Skip to content

Commit d91fcdc

Browse files
committed
update dependencies
1 parent ad11a2a commit d91fcdc

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ android {
4444
buildConfig = true
4545
}
4646
composeOptions {
47-
val libs = extensions.getByType<VersionCatalogsExtension>().named("libs")
48-
kotlinCompilerExtensionVersion = libs.findVersion("compose-compiler").get().toString()
47+
kotlinCompilerExtensionVersion = "1.5.3"
4948
}
5049
packaging {
5150
resources {

gradle/libs.versions.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ androidx-metrics = "1.0.0-alpha04"
1818
androidx-navigation = "2.7.4"
1919
androidx-tracing = "1.1.0"
2020
compose-bom = "2023.10.00"
21-
compose-compiler = "1.5.3"
2221
firebase-bom = "32.3.1"
2322

2423
play-services-ads = "22.4.0"

0 commit comments

Comments
 (0)