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 7777 uses : reactivecircus/android-emulator-runner@v2
7878 with :
7979 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
8183
8284 - name : Copy test results
8385 if : always()
Original file line number Diff line number Diff line change @@ -21,14 +21,14 @@ object Versions {
2121}
2222
2323object 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 "
2525
2626 const val gradleMavenPublishPlugin = " com.vanniktech:gradle-maven-publish-plugin:0.12.0"
2727
2828 const val mdc = " com.google.android.material:material:1.1.0"
2929
3030 object Kotlin {
31- const val version = " 1.4.20 "
31+ const val version = " 1.4.21 "
3232 const val stdlib = " org.jetbrains.kotlin:kotlin-stdlib:$version "
3333 const val gradlePlugin = " org.jetbrains.kotlin:kotlin-gradle-plugin:$version "
3434
@@ -47,7 +47,7 @@ object Libs {
4747 val snapshotUrl: String
4848 get() = " https://androidx.dev/snapshots/builds/$snapshot /artifacts/ui/repository/"
4949
50- private const val version = " 1.0.0-alpha08 "
50+ private const val version = " 1.0.0-alpha09 "
5151
5252 const val runtime = " androidx.compose.runtime:runtime:$version "
5353 const val foundation = " androidx.compose.foundation:foundation:${version} "
Original file line number Diff line number Diff line change 1515#
1616
1717distributionBase =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
1919distributionPath =wrapper/dists
2020zipStorePath =wrapper/dists
21- zipStoreBase =GRADLE_USER_HOME
21+ zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments