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 +5
-5
lines changed
buildSrc/src/main/java/com/google/android/material/composethemeadapter Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ object Versions {
2121}
2222
2323object Libs {
24- const val androidGradlePlugin = " com.android.tools.build:gradle:4.2.0-alpha07 "
24+ const val androidGradlePlugin = " com.android.tools.build:gradle:4.2.0-alpha08 "
2525
2626 const val gradleMavenPublishPlugin = " com.vanniktech:gradle-maven-publish-plugin:0.12.0"
2727
@@ -41,13 +41,13 @@ object Libs {
4141
4242 object AndroidX {
4343 object Compose {
44- const val snapshot = " 6765009 "
44+ const val snapshot = " "
4545
4646 @JvmStatic
4747 val snapshotUrl: String
4848 get() = " https://androidx.dev/snapshots/builds/$snapshot /artifacts/ui/repository/"
4949
50- private const val version = " 1.0.0-SNAPSHOT "
50+ private const val version = " 1.0.0-alpha01 "
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 @@ -26,7 +26,7 @@ org.gradle.parallel=true
2626# #########################
2727
2828GROUP =com.google.android.material
29- VERSION_NAME =1.0.0-SNAPSHOT
29+ VERSION_NAME =1.0.0-alpha01
3030
3131POM_DESCRIPTION =A library that enables reuse of Material Components for Android themes for theming in Jetpack Compose
3232
Original file line number Diff line number Diff line change @@ -18,4 +18,4 @@ distributionBase=GRADLE_USER_HOME
1818distributionPath =wrapper/dists
1919zipStoreBase =GRADLE_USER_HOME
2020zipStorePath =wrapper/dists
21- distributionUrl =https\://services.gradle.org/distributions/gradle-6.5.1 -bin.zip
21+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.6 -bin.zip
You can’t perform that action at this time.
0 commit comments