@@ -102,7 +102,10 @@ playScanner = "16.1.0"
102
102
playService = " 18.5.0"
103
103
realmVersion = " 1.13.0"
104
104
recyclerview = " 1.3.2"
105
- room = " 2.6.1"
105
+ room = " 2.7.0-alpha12"
106
+ roomKtxVersion = " 2.7.0-alpha12"
107
+ roomRuntimeVersion = " 2.7.0-alpha12"
108
+ roomTestingVersion = " 2.7.0-alpha12"
106
109
retrofit = " 2.11.0"
107
110
rxandroidVersion = " 1.1.0"
108
111
rxjava = " 1.3.8"
@@ -271,7 +274,13 @@ androidx-navigation-ui-ktx = { module = "androidx.navigation:navigation-ui-ktx",
271
274
androidx-navigation-compose = { group = " androidx.navigation" , name = " navigation-compose" , version.ref = " androidxNavigation" }
272
275
androidx-navigation-testing = { group = " androidx.navigation" , name = " navigation-testing" , version.ref = " androidxNavigation" }
273
276
277
+ # room
278
+ androidx-room-compiler = { group = " androidx.room" , name = " room-compiler" , version.ref = " room" }
279
+ androidx-room-ktx = { group = " androidx.room" , name = " room-ktx" , version.ref = " roomKtxVersion" }
280
+ androidx-room-runtime = { group = " androidx.room" , name = " room-runtime" , version.ref = " roomRuntimeVersion" }
281
+ androidx-room-testing = { group = " androidx.room" , name = " room-testing" , version.ref = " roomTestingVersion" }
274
282
androidx-core-testing = { module = " androidx.arch.core:core-testing" , version.ref = " coreTesting" }
283
+ room-paging = { group = " androidx.room" , name = " room-paging" , version.ref = " room" }
275
284
276
285
androidx-profileinstaller = { group = " androidx.profileinstaller" , name = " profileinstaller" , version.ref = " androidxProfileinstaller" }
277
286
androidx-test-core = { group = " androidx.test" , name = " core" , version.ref = " androidxTestCore" }
@@ -387,12 +396,6 @@ play-services-places = { module = "com.google.android.gms:play-services-places",
387
396
protobuf-kotlin-lite = { group = " com.google.protobuf" , name = " protobuf-kotlin-lite" , version.ref = " protobuf" }
388
397
protobuf-protoc = { group = " com.google.protobuf" , name = " protoc" , version.ref = " protobuf" }
389
398
390
- # Room Database
391
- room-compiler = { group = " androidx.room" , name = " room-compiler" , version.ref = " room" }
392
- room-ktx = { group = " androidx.room" , name = " room-ktx" , version.ref = " room" }
393
- room-runtime = { group = " androidx.room" , name = " room-runtime" , version.ref = " room" }
394
- room-paging = { group = " androidx.room" , name = " room-paging" , version.ref = " room" }
395
-
396
399
# Realm
397
400
realm-library-base = { group = " io.realm.kotlin" , name = " library-base" , version.ref = " realmVersion" }
398
401
0 commit comments