Skip to content

Commit

Permalink
Merge "Change LibraryVersions.COMPOSE_MATERIAL3 to 1.0.0-alpha01 in p…
Browse files Browse the repository at this point in the history
…reparation for the initial alpha release of this module." into androidx-main
  • Loading branch information
wcshi authored and Gerrit Code Review committed Sep 27, 2021
2 parents e24872d + 12071c3 commit 85df931
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ object LibraryVersions {
val COLLECTION = Version("1.2.0-alpha02")
val COLLECTION2 = Version("1.2.0-alpha02")
val CONTENTPAGER = Version("1.1.0-alpha01")
val COMPOSE_MATERIAL3 = Version(System.getenv("COMPOSE_CUSTOM_VERSION") ?: "1.1.0-alpha01")
val COMPOSE_MATERIAL3 = Version(System.getenv("COMPOSE_CUSTOM_VERSION") ?: "1.0.0-alpha01")
val COMPOSE = Version(System.getenv("COMPOSE_CUSTOM_VERSION") ?: "1.1.0-alpha06")
val COORDINATORLAYOUT = Version("1.2.0-alpha01")
val CORE = Version("1.7.0-beta03")
Expand Down

0 comments on commit 85df931

Please sign in to comment.