Browse Source

Updated dependencies

Vadik Sirekanyan 2 years ago
parent
commit
6ec59a7509
2 changed files with 5 additions and 5 deletions
  1. 1 1
      app/build.gradle
  2. 4 4
      build.gradle

+ 1 - 1
app/build.gradle

@@ -73,7 +73,7 @@ dependencies {
 
     // androidx compose
     implementation "androidx.compose.material:material:$composeMaterialVersion"
-    implementation 'androidx.activity:activity-compose:1.8.0'
+    implementation 'androidx.activity:activity-compose:1.8.1'
 
     // androidx room
     implementation "androidx.room:room-runtime:$roomVersion"

+ 4 - 4
build.gradle

@@ -1,8 +1,8 @@
 buildscript {
     ext {
-        androidPluginVersion = '8.1.2'
-        kotlinVersion = '1.9.10'
-        composeCompilerVersion = '1.5.3'
+        androidPluginVersion = '8.1.4'
+        kotlinVersion = '1.9.20'
+        composeCompilerVersion = '1.5.4'
         composeMaterialVersion = '1.5.4'
         roomVersion = '2.6.0'
     }
@@ -13,6 +13,6 @@ plugins {
     id 'org.jetbrains.kotlin.android' version "$kotlinVersion" apply false
     // TODO: 1202468796234411
     // id 'org.jetbrains.kotlin.plugin.serialization' version "$kotlinVersion" apply false
-    id 'com.google.devtools.ksp' version "$kotlinVersion-1.0.13" apply false
+    id 'com.google.devtools.ksp' version "$kotlinVersion-1.0.14" apply false
     id 'org.sirekanyan.version-checker' version "1.0.9" apply false
 }