mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-06-12 18:39:20 +00:00
Update: Room 2.3.0 -> 2.4.0
Update: Gradle 7.3.1 -> 7.3.2
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user