File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1616
1717buildscript {
1818 ext {
19- kotlin_version = ' 1.5.31 '
20- compose_version = ' 1.0.5 '
19+ kotlin_version = ' 1.6.10 '
20+ compose_version = ' 1.1.1 '
2121 activity_compose_version = ' 1.4.0'
2222 material_version = ' 1.4.0'
2323 junit_version = ' 1.1.3'
@@ -29,7 +29,7 @@ buildscript {
2929 }
3030
3131 dependencies {
32- classpath ' com.android.tools.build:gradle:7.2 .0-alpha07 '
32+ classpath ' com.android.tools.build:gradle:7.3 .0-alpha05 '
3333 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
3434 }
3535}
Original file line number Diff line number Diff line change 11# Tue Sep 14 13:31:05 WEST 2021
22distributionBase =GRADLE_USER_HOME
3- distributionUrl =https\://services.gradle.org/distributions/gradle-7.3 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.4 -bin.zip
44distributionPath =wrapper/dists
55zipStorePath =wrapper/dists
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments