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 {
21
21
}
22
22
23
23
object 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 "
25
25
26
26
const val gradleMavenPublishPlugin = " com.vanniktech:gradle-maven-publish-plugin:0.12.0"
27
27
@@ -41,13 +41,13 @@ object Libs {
41
41
42
42
object AndroidX {
43
43
object Compose {
44
- const val snapshot = " 6765009 "
44
+ const val snapshot = " "
45
45
46
46
@JvmStatic
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-SNAPSHOT "
50
+ private const val version = " 1.0.0-alpha01 "
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 @@ -26,7 +26,7 @@ org.gradle.parallel=true
26
26
# #########################
27
27
28
28
GROUP =com.google.android.material
29
- VERSION_NAME =1.0.0-SNAPSHOT
29
+ VERSION_NAME =1.0.0-alpha01
30
30
31
31
POM_DESCRIPTION =A library that enables reuse of Material Components for Android themes for theming in Jetpack Compose
32
32
Original file line number Diff line number Diff line change @@ -18,4 +18,4 @@ distributionBase=GRADLE_USER_HOME
18
18
distributionPath =wrapper/dists
19
19
zipStoreBase =GRADLE_USER_HOME
20
20
zipStorePath =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