Skip to content

Commit

Permalink
Migrate to 1.0.0-alpha4-build328
Browse files Browse the repository at this point in the history
igordmn committed Aug 27, 2021
1 parent 128bbcf commit a8bc62c
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion components/gradle.properties
Original file line number Diff line number Diff line change
@@ -4,4 +4,4 @@ android.enableJetifier=true
kotlin.code.style=official

# __LATEST_COMPOSE_RELEASE_VERSION__
compose.version=0.0.0-sync-2021-08-27-build327
compose.version=1.0.0-alpha4-build328
2 changes: 1 addition & 1 deletion gradle-plugins/gradle.properties
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ kotlin.code.style=official
# unless overridden by COMPOSE_GRADLE_PLUGIN_COMPOSE_VERSION env var.
#
# __LATEST_COMPOSE_RELEASE_VERSION__
compose.version=0.0.0-sync-2021-08-27-build327
compose.version=1.0.0-alpha4-build328
compose.with.web=false

# A version of Gradle plugin, that will be published,
2 changes: 1 addition & 1 deletion templates/desktop-template/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ plugins {
// __KOTLIN_COMPOSE_VERSION__
kotlin("jvm") version "1.5.30"
// __LATEST_COMPOSE_RELEASE_VERSION__
id("org.jetbrains.compose") version (System.getenv("COMPOSE_TEMPLATE_COMPOSE_VERSION") ?: "0.0.0-sync-2021-08-27-build327")
id("org.jetbrains.compose") version (System.getenv("COMPOSE_TEMPLATE_COMPOSE_VERSION") ?: "1.0.0-alpha4-build328")
}

repositories {
2 changes: 1 addition & 1 deletion templates/multiplatform-template/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
// __LATEST_COMPOSE_RELEASE_VERSION__
val composeVersion = System.getenv("COMPOSE_TEMPLATE_COMPOSE_VERSION") ?: "0.0.0-sync-2021-08-27-build327"
val composeVersion = System.getenv("COMPOSE_TEMPLATE_COMPOSE_VERSION") ?: "1.0.0-alpha4-build328"

repositories {
mavenCentral()
2 changes: 1 addition & 1 deletion templates/web-template/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@ plugins {
// __KOTLIN_COMPOSE_VERSION__
kotlin("multiplatform") version "1.5.30"
// __LATEST_COMPOSE_RELEASE_VERSION__
id("org.jetbrains.compose") version ("0.0.0-sync-2021-08-27-build327")
id("org.jetbrains.compose") version ("1.0.0-alpha4-build328")
}

repositories {
4 changes: 2 additions & 2 deletions web/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# __LATEST_COMPOSE_RELEASE_VERSION__
COMPOSE_CORE_VERSION=0.0.0-sync-2021-08-27-build327
COMPOSE_WEB_VERSION=0.0.0-sync-2021-08-27-build327
COMPOSE_CORE_VERSION=1.0.0-alpha4-build328
COMPOSE_WEB_VERSION=1.0.0-alpha4-build328
compose.web.buildSamples=false
compose.web.tests.integration.withFirefox
compose.web.tests.skip.benchmarks=false

0 comments on commit a8bc62c

Please sign in to comment.