Skip to content

Commit

Permalink
Upgrade examples to Compose 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
igordmn committed Oct 11, 2022
1 parent 188abdf commit 4ee708c
Show file tree
Hide file tree
Showing 23 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion ci/compose-uber-jar/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
compose.version=1.2.0-rc02
compose.version=1.2.0
kotlin.code.style=official
2 changes: 1 addition & 1 deletion components/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ kotlin.code.style=official
# __KOTLIN_COMPOSE_VERSION__
kotlin.version=1.7.20
# __LATEST_COMPOSE_RELEASE_VERSION__
compose.version=1.2.0-rc02
compose.version=1.2.0
2 changes: 1 addition & 1 deletion examples/codeviewer/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ android.enableJetifier=true
kotlin.code.style=official
kotlin.version=1.7.20
agp.version=7.1.3
compose.version=1.2.0-rc02
compose.version=1.2.0
2 changes: 1 addition & 1 deletion examples/falling-balls/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
kotlin.code.style=official
kotlin.version=1.7.20
compose.version=1.2.0-rc02
compose.version=1.2.0
2 changes: 1 addition & 1 deletion examples/imageviewer/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ android.enableJetifier=true
kotlin.code.style=official
kotlin.version=1.7.20
agp.version=7.1.3
compose.version=1.2.0-rc02
compose.version=1.2.0
2 changes: 1 addition & 1 deletion examples/intellij-plugin/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
kotlin.code.style=official
kotlin.version=1.7.20
compose.version=1.2.0-rc02
compose.version=1.2.0
2 changes: 1 addition & 1 deletion examples/issues/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ android.useAndroidX=true
android.enableJetifier=true
kotlin.version=1.7.20
agp.version=7.1.3
compose.version=1.2.0-rc02
compose.version=1.2.0
2 changes: 1 addition & 1 deletion examples/notepad/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
kotlin.code.style=official
kotlin.version=1.7.20
compose.version=1.2.0-rc02
compose.version=1.2.0
2 changes: 1 addition & 1 deletion examples/todoapp-lite/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ android.enableJetifier=true
kotlin.code.style=official
kotlin.version=1.7.20
agp.version=7.1.3
compose.version=1.2.0-rc02
compose.version=1.2.0
2 changes: 1 addition & 1 deletion examples/todoapp/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ kotlin.native.disableCompilerDaemon=true

#TODO also change version in buildSrc/gradle.properties
kotlin.version=1.7.10
compose.version=1.2.0-rc02
compose.version=1.2.0
2 changes: 1 addition & 1 deletion examples/visual-effects/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
kotlin.code.style=official
kotlin.version=1.7.20
compose.version=1.2.0-rc02
compose.version=1.2.0
2 changes: 1 addition & 1 deletion examples/web-compose-bird/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
kotlin.code.style=official
kotlin.version=1.7.10
compose.version=1.2.0-rc02
compose.version=1.2.0
2 changes: 1 addition & 1 deletion examples/web-compose-in-js/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ kotlin.mpp.enableGranularSourceSetsMetadata=true
kotlin.native.enableDependencyPropagation=false
kotlin.js.webpack.major.version=4
kotlin.version=1.7.10
compose.version=1.2.0-rc02
compose.version=1.2.0
2 changes: 1 addition & 1 deletion examples/web-landing/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
kotlin.code.style=official
kotlin.version=1.7.10
compose.version=1.2.0-rc02
compose.version=1.2.0
2 changes: 1 addition & 1 deletion examples/web-with-react/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
kotlin.code.style=official
kotlin.version=1.7.10
compose.version=1.2.0-rc02
compose.version=1.2.0
2 changes: 1 addition & 1 deletion examples/widgets-gallery/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ android.enableJetifier=true
# Kotlin code style for this project: "official" or "obsolete":
kotlin.code.style=official
kotlin.version=1.7.20
compose.version=1.2.0-rc02
compose.version=1.2.0
agp.version=7.1.3
2 changes: 1 addition & 1 deletion gradle-plugins/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ org.gradle.parallel=true
kotlin.code.style=official

# Default version of Compose Libraries used by Gradle plugin
compose.version=1.2.0-rc02
compose.version=1.2.0
# The latest version of Compose Compiler used by Gradle plugin. Used only in tests.
compose.tests.compiler.version=1.3.2
# The latest version of Kotlin compatible with compose.tests.compiler.version. Used only in tests.
Expand Down
2 changes: 1 addition & 1 deletion templates/desktop-template/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
kotlin.code.style=official
kotlin.version=1.7.20
compose.version=1.2.0-rc02
compose.version=1.2.0
2 changes: 1 addition & 1 deletion templates/multiplatform-template/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ android.enableJetifier=true
kotlin.code.style=official
kotlin.version=1.7.20
agp.version=7.1.3
compose.version=1.2.0-rc02
compose.version=1.2.0
2 changes: 1 addition & 1 deletion templates/web-template/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
kotlin.code.style=official
kotlin.version=1.7.10
compose.version=1.2.0-rc02
compose.version=1.2.0
4 changes: 2 additions & 2 deletions tutorials/Getting_Started/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ For the latest versions, see the [latest versions](https://github.com/JetBrains/
```
plugins {
kotlin("jvm") version "1.7.20"
id("org.jetbrains.compose") version "1.2.0-rc02"
id("org.jetbrains.compose") version "1.2.0"
}
```

Expand Down Expand Up @@ -81,7 +81,7 @@ import org.jetbrains.compose.compose

plugins {
kotlin("jvm") version "1.7.20"
id("org.jetbrains.compose") version "1.2.0-rc02"
id("org.jetbrains.compose") version "1.2.0"
}

repositories {
Expand Down
2 changes: 1 addition & 1 deletion tutorials/Web/Getting_Started/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ pluginManagement {
// Add compose gradle plugin
plugins {
kotlin("multiplatform") version "1.7.10"
id("org.jetbrains.compose") version "1.2.0-rc02"
id("org.jetbrains.compose") version "1.2.0"
}

// Add maven repositories
Expand Down
2 changes: 1 addition & 1 deletion web/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
compose.version=1.2.0-rc02
compose.version=1.2.0
compose.web.buildSamples=false
compose.web.tests.integration.withFirefox
compose.web.tests.skip.benchmarks=false

0 comments on commit 4ee708c

Please sign in to comment.