Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rnkdsh committed Oct 6, 2023
1 parent ad11a2a commit d91fcdc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ android {
buildConfig = true
}
composeOptions {
val libs = extensions.getByType<VersionCatalogsExtension>().named("libs")
kotlinCompilerExtensionVersion = libs.findVersion("compose-compiler").get().toString()
kotlinCompilerExtensionVersion = "1.5.3"
}
packaging {
resources {
Expand Down
1 change: 0 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ androidx-metrics = "1.0.0-alpha04"
androidx-navigation = "2.7.4"
androidx-tracing = "1.1.0"
compose-bom = "2023.10.00"
compose-compiler = "1.5.3"
firebase-bom = "32.3.1"

play-services-ads = "22.4.0"
Expand Down

0 comments on commit d91fcdc

Please sign in to comment.