File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11plugins {
2- id(" com.android.application" ) version " 8.2.1 " apply false
3- id(" com.android.library" ) version " 8.2.1 " apply false
2+ id(" com.android.application" ) version " 8.2.2 " apply false
3+ id(" com.android.library" ) version " 8.2.2 " apply false
44 id(" org.jetbrains.kotlin.android" ) version " 1.9.22" apply false
55}
66
@@ -9,5 +9,5 @@ val libraryVersionCode by extra { 140 }
99
1010val coreVersion by extra { " 1.12.0" }
1111val composeCompilerVersion by extra { " 1.5.8" }
12- val composeVersion by extra { " 1.6.0-rc01 " }
13- val material3Version by extra { " 1.2.0-beta02 " }
12+ val composeVersion by extra { " 1.6.0" }
13+ val material3Version by extra { " 1.2.0-rc01 " }
Original file line number Diff line number Diff line change 11# Mon Aug 08 22:57:35 TRT 2022
22distributionBase =GRADLE_USER_HOME
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.5 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.6 -bin.zip
44distributionPath =wrapper/dists
55zipStorePath =wrapper/dists
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments