Skip to content

Commit d990d5e

Browse files
[TestConfigurationSample] Upgrade to AGP alpha03
1 parent 7899cc5 commit d990d5e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

TestConfigurationSample/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
buildscript {
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
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Tue Sep 14 13:31:05 WEST 2021
22
distributionBase=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
44
distributionPath=wrapper/dists
55
zipStorePath=wrapper/dists
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)