Sfoglia il codice sorgente

updated gradle and compose

sirekanian 3 anni fa
parent
commit
9ef9bea616
3 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 1 1
      app/build.gradle
  2. 1 1
      build.gradle
  3. 1 1
      gradle/wrapper/gradle-wrapper.properties

+ 1 - 1
app/build.gradle

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

+ 1 - 1
build.gradle

@@ -2,7 +2,7 @@ buildscript {
     ext {
         androidPluginVersion = '7.2.2'
         kotlinVersion = '1.7.10'
-        composeCompilerVersion = '1.3.0'
+        composeCompilerVersion = '1.3.1'
         composeMaterialVersion = '1.2.1'
         roomVersion = '2.4.3'
         ktorVersion = '2.1.0'

+ 1 - 1
gradle/wrapper/gradle-wrapper.properties

@@ -1,5 +1,5 @@
 distributionBase=GRADLE_USER_HOME
 distributionPath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-all.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-all.zip
 zipStoreBase=GRADLE_USER_HOME
 zipStorePath=wrapper/dists