Skip to content

Commit

Permalink
Bump compose ui to 1.7.0-rc01
Browse files Browse the repository at this point in the history
  • Loading branch information
saket committed Aug 28, 2024
1 parent b772e1a commit 2d363e2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
buildscript {
ext.versions = [
compileSdk: 32,
composeUi: '1.7.0-beta06',
composeUi: '1.7.0-rc01',
composeCompiler: '1.5.15'
]

repositories {
Expand Down
2 changes: 1 addition & 1 deletion extendedspans/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ android {
compose = true
}
composeOptions {
kotlinCompilerExtensionVersion = versions.composeUi
kotlinCompilerExtensionVersion = versions.composeCompiler
}
kotlinOptions {
jvmTarget = "11"
Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ android {
compose = true
}
composeOptions {
kotlinCompilerExtensionVersion = versions.composeUi
kotlinCompilerExtensionVersion = versions.composeCompiler
}
kotlinOptions {
jvmTarget = "11"
Expand Down

0 comments on commit 2d363e2

Please sign in to comment.