Skip to content

Commit 9805b89

Browse files
[TestConfigurationSample] Upgrade to AGP 7.3.0-alpha05
1 parent 5f53fdf commit 9805b89

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
@@ -16,8 +16,8 @@
1616

1717
buildscript {
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
}
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.3-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip
44
distributionPath=wrapper/dists
55
zipStorePath=wrapper/dists
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)