Skip to content

Commit

Permalink
support lower room version lib build for mac M1 processors
Browse files Browse the repository at this point in the history
  • Loading branch information
xcadrik committed Apr 24, 2023
1 parent 4463cb9 commit 5307fc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ dependencies {
api "androidx.paging:paging-runtime-ktx:$versions.paging"
implementation "androidx.lifecycle:lifecycle-service:$versions.lifecycle_service"

kapt "org.xerial:sqlite-jdbc:3.34.0"
api "androidx.room:room-runtime:$versions.room"
implementation "androidx.room:room-ktx:$versions.room"

Expand Down

0 comments on commit 5307fc0

Please sign in to comment.