Skip to content

Commit

Permalink
Merge pull request #1002 from google/ben/release1.1
Browse files Browse the repository at this point in the history
Update to Compose 1.1
  • Loading branch information
bentrengrove committed Feb 9, 2022
2 parents 380322a + 7f6740f commit 76e107e
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 19 deletions.
2 changes: 1 addition & 1 deletion appcompat-theme/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ android {
}

composeOptions {
kotlinCompilerExtensionVersion libs.versions.composeCompiler.get()
kotlinCompilerExtensionVersion libs.versions.compose.get()
}

lintOptions {
Expand Down
2 changes: 1 addition & 1 deletion drawablepainter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ android {
}

composeOptions {
kotlinCompilerExtensionVersion libs.versions.composeCompiler.get()
kotlinCompilerExtensionVersion libs.versions.compose.get()
}

lintOptions {
Expand Down
2 changes: 1 addition & 1 deletion flowlayout/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ android {
}

composeOptions {
kotlinCompilerExtensionVersion libs.versions.composeCompiler.get()
kotlinCompilerExtensionVersion libs.versions.compose.get()
}

lintOptions {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ systemProp.org.gradle.internal.http.socketTimeout=120000

GROUP=com.google.accompanist
# !! No longer need to update this manually when using a Compose SNAPSHOT
VERSION_NAME=0.22.1-rc
VERSION_NAME=0.23.0

POM_DESCRIPTION=Utilities for Jetpack Compose

Expand Down
3 changes: 1 addition & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[versions]
compose = "1.1.0-rc03"
compose = "1.1.0"
composesnapshot = "-" # a single character = no snapshot
composeCompiler = "1.1.0-rc03"

# gradlePlugin and lint need to be updated together
gradlePlugin = "7.0.4"
Expand Down
2 changes: 1 addition & 1 deletion insets-ui/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ android {
}

composeOptions {
kotlinCompilerExtensionVersion libs.versions.composeCompiler.get()
kotlinCompilerExtensionVersion libs.versions.compose.get()
}

lintOptions {
Expand Down
2 changes: 1 addition & 1 deletion insets/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ android {
}

composeOptions {
kotlinCompilerExtensionVersion libs.versions.composeCompiler.get()
kotlinCompilerExtensionVersion libs.versions.compose.get()
}

lintOptions {
Expand Down
2 changes: 1 addition & 1 deletion internal-testutils/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ android {
}

composeOptions {
kotlinCompilerExtensionVersion libs.versions.composeCompiler.get()
kotlinCompilerExtensionVersion libs.versions.compose.get()
}

lintOptions {
Expand Down
2 changes: 1 addition & 1 deletion navigation-animation/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ android {
}

composeOptions {
kotlinCompilerExtensionVersion libs.versions.composeCompiler.get()
kotlinCompilerExtensionVersion libs.versions.compose.get()
}

lintOptions {
Expand Down
2 changes: 1 addition & 1 deletion navigation-material/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ android {
}

composeOptions {
kotlinCompilerExtensionVersion libs.versions.composeCompiler.get()
kotlinCompilerExtensionVersion libs.versions.compose.get()
}

lintOptions {
Expand Down
2 changes: 1 addition & 1 deletion pager-indicators/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ android {
}

composeOptions {
kotlinCompilerExtensionVersion libs.versions.composeCompiler.get()
kotlinCompilerExtensionVersion libs.versions.compose.get()
}

lintOptions {
Expand Down
2 changes: 1 addition & 1 deletion pager/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ android {
}

composeOptions {
kotlinCompilerExtensionVersion libs.versions.composeCompiler.get()
kotlinCompilerExtensionVersion libs.versions.compose.get()
}

lintOptions {
Expand Down
2 changes: 1 addition & 1 deletion permissions/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ android {
}

composeOptions {
kotlinCompilerExtensionVersion libs.versions.composeCompiler.get()
kotlinCompilerExtensionVersion libs.versions.compose.get()
}

lintOptions {
Expand Down
2 changes: 1 addition & 1 deletion placeholder-material/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ android {
}

composeOptions {
kotlinCompilerExtensionVersion libs.versions.composeCompiler.get()
kotlinCompilerExtensionVersion libs.versions.compose.get()
}

lintOptions {
Expand Down
2 changes: 1 addition & 1 deletion placeholder/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ android {
}

composeOptions {
kotlinCompilerExtensionVersion libs.versions.composeCompiler.get()
kotlinCompilerExtensionVersion libs.versions.compose.get()
}

lintOptions {
Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ android {
}

composeOptions {
kotlinCompilerExtensionVersion libs.versions.composeCompiler.get()
kotlinCompilerExtensionVersion libs.versions.compose.get()
}
}

Expand Down
2 changes: 1 addition & 1 deletion swiperefresh/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ android {
}

composeOptions {
kotlinCompilerExtensionVersion libs.versions.composeCompiler.get()
kotlinCompilerExtensionVersion libs.versions.compose.get()
}

lintOptions {
Expand Down
2 changes: 1 addition & 1 deletion systemuicontroller/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ android {
}

composeOptions {
kotlinCompilerExtensionVersion libs.versions.composeCompiler.get()
kotlinCompilerExtensionVersion libs.versions.compose.get()
}

lintOptions {
Expand Down

0 comments on commit 76e107e

Please sign in to comment.