Skip to content

Commit

Permalink
Update Compose compiler version to 1.5.0
Browse files Browse the repository at this point in the history
Change-Id: Ieddb8410a592bb38c5764b7288fd4828306d6743
  • Loading branch information
zsmb13 committed Jul 19, 2023
1 parent ba82b06 commit bc0a7e6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ androidxActivity = "1.7.0"
androidxAppCompat = "1.5.1"
androidxBrowser = "1.4.0"
androidxComposeBom = "2023.06.01"
androidxComposeCompiler = "1.5.0-dev-k1.9.0-6a60475e07f"
androidxComposeCompiler = "1.5.0"
androidxComposeRuntimeTracing = "1.0.0-alpha03"
androidxCore = "1.9.0"
androidxCoreSplashscreen = "1.0.0"
Expand Down
1 change: 0 additions & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ dependencyResolutionManagement {
repositories {
google()
mavenCentral()
maven("https://androidx.dev/storage/compose-compiler/repository/")
}
}
rootProject.name = "nowinandroid"
Expand Down

0 comments on commit bc0a7e6

Please sign in to comment.