浏览代码

updated kotlin and compose version

sirekanian 3 年之前
父节点
当前提交
31964b8731
共有 2 个文件被更改,包括 4 次插入4 次删除
  1. 1 1
      app/build.gradle
  2. 3 3
      build.gradle

+ 1 - 1
app/build.gradle

@@ -57,7 +57,7 @@ dependencies {
 
     // androidx compose
     implementation "androidx.compose.material:material:$composeMaterialVersion"
-    implementation 'androidx.activity:activity-compose:1.6.0'
+    implementation 'androidx.activity:activity-compose:1.6.1'
 
     // androidx room
     implementation "androidx.room:room-runtime:$roomVersion"

+ 3 - 3
build.gradle

@@ -1,9 +1,9 @@
 buildscript {
     ext {
         androidPluginVersion = '7.2.2'
-        kotlinVersion = '1.7.10'
-        composeCompilerVersion = '1.3.1'
-        composeMaterialVersion = '1.2.1'
+        kotlinVersion = '1.7.20'
+        composeCompilerVersion = '1.3.2'
+        composeMaterialVersion = '1.3.0'
         roomVersion = '2.4.3'
         ktorVersion = '2.1.0'
     }