Skip to content

Commit bc0a7e6

Browse files
committed
Update Compose compiler version to 1.5.0
Change-Id: Ieddb8410a592bb38c5764b7288fd4828306d6743
1 parent ba82b06 commit bc0a7e6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ androidxActivity = "1.7.0"
66
androidxAppCompat = "1.5.1"
77
androidxBrowser = "1.4.0"
88
androidxComposeBom = "2023.06.01"
9-
androidxComposeCompiler = "1.5.0-dev-k1.9.0-6a60475e07f"
9+
androidxComposeCompiler = "1.5.0"
1010
androidxComposeRuntimeTracing = "1.0.0-alpha03"
1111
androidxCore = "1.9.0"
1212
androidxCoreSplashscreen = "1.0.0"

settings.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ dependencyResolutionManagement {
2828
repositories {
2929
google()
3030
mavenCentral()
31-
maven("https://androidx.dev/storage/compose-compiler/repository/")
3231
}
3332
}
3433
rootProject.name = "nowinandroid"

0 commit comments

Comments
 (0)