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

Commit

Permalink
v1.0.0-alpha01 of Jetpack Compose!
Browse files Browse the repository at this point in the history
- Bumped our version to v1.0.0-alpha01
- Upgraded to AGP 4.2.0-alpha08
  • Loading branch information
chrisbanes committed Aug 26, 2020
1 parent 53609e8 commit 9d06967
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ object Versions {
}

object Libs {
const val androidGradlePlugin = "com.android.tools.build:gradle:4.2.0-alpha07"
const val androidGradlePlugin = "com.android.tools.build:gradle:4.2.0-alpha08"

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

Expand All @@ -41,13 +41,13 @@ object Libs {

object AndroidX {
object Compose {
const val snapshot = "6765009"
const val snapshot = ""

@JvmStatic
val snapshotUrl: String
get() = "https://androidx.dev/snapshots/builds/$snapshot/artifacts/ui/repository/"

private const val version = "1.0.0-SNAPSHOT"
private const val version = "1.0.0-alpha01"

const val runtime = "androidx.compose.runtime:runtime:$version"
const val foundation = "androidx.compose.foundation:foundation:${version}"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ org.gradle.parallel=true
##########################

GROUP=com.google.android.material
VERSION_NAME=1.0.0-SNAPSHOT
VERSION_NAME=1.0.0-alpha01

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

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.6-bin.zip

0 comments on commit 9d06967

Please sign in to comment.