Vadik Sirekanyan 2 жил өмнө
parent
commit
496753f516
2 өөрчлөгдсөн 3 нэмэгдсэн , 3 устгасан
  1. 1 1
      app/build.gradle
  2. 2 2
      build.gradle

+ 1 - 1
app/build.gradle

@@ -65,7 +65,7 @@ dependencies {
 
     // androidx compose
     implementation "androidx.compose.material:material:$composeMaterialVersion"
-    implementation 'androidx.activity:activity-compose:1.7.1'
+    implementation 'androidx.activity:activity-compose:1.7.2'
 
     // androidx room
     implementation "androidx.room:room-runtime:$roomVersion"

+ 2 - 2
build.gradle

@@ -1,6 +1,6 @@
 buildscript {
     ext {
-        androidPluginVersion = '8.0.1'
+        androidPluginVersion = '8.0.2'
         kotlinVersion = '1.8.21'
         composeCompilerVersion = '1.4.7'
         composeMaterialVersion = '1.4.3'
@@ -14,7 +14,7 @@ plugins {
     // TODO: 1202468796234411
     // id 'org.jetbrains.kotlin.plugin.serialization' version "$kotlinVersion" apply false
     id 'org.jetbrains.kotlin.kapt' version "$kotlinVersion" apply false
-    id 'org.sirekanyan.version-checker' version "1.0.6" apply false
+    id 'org.sirekanyan.version-checker' version "1.0.7" apply false
 }
 
 task clean(type: Delete) {