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

View File

@ -1,6 +1,6 @@
#Wed Dec 15 12:37:21 IST 2021
#Thu Dec 16 21:31:46 IST 2021
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.2-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME