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 1717buildscript {
1818 ext {
1919 kotlin_version = ' 1.5.31'
20- compose_version = ' 1.0.4 '
21- activity_compose_version = ' 1.3.1 '
20+ compose_version = ' 1.0.5 '
21+ activity_compose_version = ' 1.4.0 '
2222 material_version = ' 1.4.0'
2323 junit_version = ' 1.1.3'
2424 }
@@ -29,7 +29,7 @@ buildscript {
2929 }
3030
3131 dependencies {
32- classpath ' com.android.tools.build:gradle:7.2.0-alpha02 '
32+ classpath ' com.android.tools.build:gradle:7.2.0-alpha03 '
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.2 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.3-rc-1 -bin.zip
44distributionPath =wrapper/dists
55zipStorePath =wrapper/dists
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments