Skip to content
This repository was archived by the owner on Aug 7, 2024. It is now read-only.

Commit 82307fb

Browse files
authored
Bump version to 1.0.0-alpha02 (#16)
1 parent a3496f1 commit 82307fb

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

buildSrc/src/main/java/com/google/android/material/composethemeadapter/dependencies.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ object Versions {
2121
}
2222

2323
object Libs {
24-
const val androidGradlePlugin = "com.android.tools.build:gradle:4.2.0-alpha08"
24+
const val androidGradlePlugin = "com.android.tools.build:gradle:4.2.0-alpha09"
2525

2626
const val gradleMavenPublishPlugin = "com.vanniktech:gradle-maven-publish-plugin:0.12.0"
2727

@@ -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-alpha01"
50+
private const val version = "1.0.0-alpha02"
5151

5252
const val runtime = "androidx.compose.runtime:runtime:$version"
5353
const val foundation = "androidx.compose.foundation:foundation:${version}"

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ org.gradle.parallel=true
2626
##########################
2727

2828
GROUP=com.google.android.material
29-
VERSION_NAME=1.0.0-SNAPSHOT
29+
VERSION_NAME=1.0.0-alpha02
3030

3131
POM_DESCRIPTION=A library that enables reuse of Material Components for Android themes for theming in Jetpack Compose
3232

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ distributionBase=GRADLE_USER_HOME
1818
distributionPath=wrapper/dists
1919
zipStoreBase=GRADLE_USER_HOME
2020
zipStorePath=wrapper/dists
21-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.6-bin.zip
21+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.6.1-bin.zip

lib/api/lib.api

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
public final class com/google/android/material/composethemeadapter/MdcTheme {
2-
public static final fun MdcTheme (Landroid/content/Context;ZZZZLkotlin/jvm/functions/Function3;Landroidx/compose/runtime/Composer;III)V
2+
public static final fun MdcTheme (Landroid/content/Context;ZZZZLkotlin/jvm/functions/Function2;Landroidx/compose/runtime/Composer;II)V
33
public static final fun createMdcTheme (Landroid/content/Context;Landroidx/compose/ui/unit/Density;ZZZZ)Lcom/google/android/material/composethemeadapter/ThemeParameters;
44
public static synthetic fun createMdcTheme$default (Landroid/content/Context;Landroidx/compose/ui/unit/Density;ZZZZILjava/lang/Object;)Lcom/google/android/material/composethemeadapter/ThemeParameters;
55
}

0 commit comments

Comments
 (0)