Parcourir la source

updated room version

sirekanian il y a 2 ans
Parent
commit
96722e29fb
2 fichiers modifiés avec 1 ajouts et 3 suppressions
  1. 0 2
      app/build.gradle
  2. 1 1
      build.gradle

+ 0 - 2
app/build.gradle

@@ -65,9 +65,7 @@ dependencies {
     implementation 'androidx.activity:activity-compose:1.7.0'
 
     // androidx room
-    //noinspection GradleDependency
     implementation "androidx.room:room-runtime:$roomVersion"
-    //noinspection GradleDependency
     implementation "androidx.room:room-ktx:$roomVersion"
     kapt "androidx.room:room-compiler:$roomVersion"
 

+ 1 - 1
build.gradle

@@ -4,7 +4,7 @@ buildscript {
         kotlinVersion = '1.8.10'
         composeCompilerVersion = '1.4.4'
         composeMaterialVersion = '1.4.1'
-        roomVersion = '2.4.3'
+        roomVersion = '2.5.1'
         ktorVersion = '2.1.0'
     }
 }