Skip to content

Commit

Permalink
update compose compiler version, kotlin version
Browse files Browse the repository at this point in the history
  • Loading branch information
Debashish Kundu committed Dec 24, 2023
1 parent 6bbb342 commit 3feca27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ android {
buildConfig = true
}
composeOptions {
kotlinCompilerExtensionVersion = "1.5.4"
kotlinCompilerExtensionVersion = "1.5.7"
}
packaging {
resources {
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
agp = "8.1.1"
org-jetbrains-kotlin-android = "1.9.22"
org-jetbrains-kotlin-android = "1.9.21"
core-ktx = "1.12.0"
junit = "4.13.2"
androidx-test-ext-junit = "1.1.5"
Expand Down

0 comments on commit 3feca27

Please sign in to comment.