This repository was archived by the owner on Aug 7, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed
buildSrc/src/main/java/com/google/android/material/composethemeadapter Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 77
77
uses : reactivecircus/android-emulator-runner@v2
78
78
with :
79
79
api-level : ${{ matrix.api-level }}
80
- script : ./gradlew connectedCheck
80
+ # Workaround for ConnectedAndroidTest bug in AGP 7.0.0-alpha02+
81
+ # https://issuetracker.google.com/issues/174839536
82
+ script : ./gradlew :lib:connectedCheck
81
83
82
84
- name : Copy test results
83
85
if : always()
Original file line number Diff line number Diff line change @@ -21,14 +21,14 @@ object Versions {
21
21
}
22
22
23
23
object Libs {
24
- const val androidGradlePlugin = " com.android.tools.build:gradle:7.0.0-alpha01 "
24
+ const val androidGradlePlugin = " com.android.tools.build:gradle:7.0.0-alpha03 "
25
25
26
26
const val gradleMavenPublishPlugin = " com.vanniktech:gradle-maven-publish-plugin:0.12.0"
27
27
28
28
const val mdc = " com.google.android.material:material:1.1.0"
29
29
30
30
object Kotlin {
31
- const val version = " 1.4.20 "
31
+ const val version = " 1.4.21 "
32
32
const val stdlib = " org.jetbrains.kotlin:kotlin-stdlib:$version "
33
33
const val gradlePlugin = " org.jetbrains.kotlin:kotlin-gradle-plugin:$version "
34
34
@@ -47,7 +47,7 @@ object Libs {
47
47
val snapshotUrl: String
48
48
get() = " https://androidx.dev/snapshots/builds/$snapshot /artifacts/ui/repository/"
49
49
50
- private const val version = " 1.0.0-alpha08 "
50
+ private const val version = " 1.0.0-alpha09 "
51
51
52
52
const val runtime = " androidx.compose.runtime:runtime:$version "
53
53
const val foundation = " androidx.compose.foundation:foundation:${version} "
Original file line number Diff line number Diff line change 15
15
#
16
16
17
17
distributionBase =GRADLE_USER_HOME
18
- distributionUrl =https\://services.gradle.org/distributions/gradle-6.7. 1-bin.zip
18
+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.8-rc- 1-bin.zip
19
19
distributionPath =wrapper/dists
20
20
zipStorePath =wrapper/dists
21
- zipStoreBase =GRADLE_USER_HOME
21
+ zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments