Skip to content

Commit

Permalink
Sets compose compiler to rc02, reverts the rest and updates gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseAlcerreca committed Dec 16, 2021
1 parent fbc3459 commit 480e002
Show file tree
Hide file tree
Showing 20 changed files with 21 additions and 20 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.compose.get()
kotlinCompilerExtensionVersion libs.versions.composeCompiler.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.compose.get()
kotlinCompilerExtensionVersion libs.versions.composeCompiler.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.compose.get()
kotlinCompilerExtensionVersion libs.versions.composeCompiler.get()
}

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

# gradlePlugin and lint need to be updated together
gradlePlugin = "7.0.4"
Expand All @@ -13,7 +14,7 @@ okhttp = "3.12.13"
coil = "1.3.2"

androidxtest = "1.4.0"
androidxnavigation = "2.4.0-rc02"
androidxnavigation = "2.4.0-rc01"

[libraries]
compose-ui-ui = { module = "androidx.compose.ui:ui", version.ref = "compose" }
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\:https://services.gradle.org/distributions/gradle-7.1.1-bin.zip
distributionUrl=https\:https://services.gradle.org/distributions/gradle-7.3.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
2 changes: 1 addition & 1 deletion gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ case "`uname`" in
Darwin* )
darwin=true
;;
MINGW* )
MSYS* | MINGW* )
msys=true
;;
NONSTOP* )
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.compose.get()
kotlinCompilerExtensionVersion libs.versions.composeCompiler.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.compose.get()
kotlinCompilerExtensionVersion libs.versions.composeCompiler.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.compose.get()
kotlinCompilerExtensionVersion libs.versions.composeCompiler.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.compose.get()
kotlinCompilerExtensionVersion libs.versions.composeCompiler.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.compose.get()
kotlinCompilerExtensionVersion libs.versions.composeCompiler.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.compose.get()
kotlinCompilerExtensionVersion libs.versions.composeCompiler.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.compose.get()
kotlinCompilerExtensionVersion libs.versions.composeCompiler.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.compose.get()
kotlinCompilerExtensionVersion libs.versions.composeCompiler.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.compose.get()
kotlinCompilerExtensionVersion libs.versions.composeCompiler.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.compose.get()
kotlinCompilerExtensionVersion libs.versions.composeCompiler.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.compose.get()
kotlinCompilerExtensionVersion libs.versions.composeCompiler.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.compose.get()
kotlinCompilerExtensionVersion libs.versions.composeCompiler.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.compose.get()
kotlinCompilerExtensionVersion libs.versions.composeCompiler.get()
}

lintOptions {
Expand Down

0 comments on commit 480e002

Please sign in to comment.