Update: Room 2.3.0 -> 2.4.0

Update: Gradle 7.3.1 -> 7.3.2
This commit is contained in:
LooKeR
2021-12-16 21:38:42 +05:30
parent be46cf2b8a
commit 914a08ae55
2 changed files with 5 additions and 5 deletions

View File

@ -152,9 +152,9 @@ dependencies {
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.2'
// Room
implementation 'androidx.room:room-runtime:2.3.0'
implementation 'androidx.room:room-ktx:2.3.0'
kapt 'androidx.room:room-compiler:2.3.0'
implementation 'androidx.room:room-runtime:2.4.0'
implementation 'androidx.room:room-ktx:2.4.0'
kapt 'androidx.room:room-compiler:2.4.0'
}
// using a task as a preBuild dependency instead of a function that takes some time insures that it runs