Skip to content

Commit

Permalink
feat(mobile-app): Updated kotlin compose extension version
Browse files Browse the repository at this point in the history
  • Loading branch information
marlonlom committed Mar 7, 2024
1 parent 7118c91 commit 95a9dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/mobile-app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ android {

}
composeOptions {
kotlinCompilerExtensionVersion = "1.5.10"
kotlinCompilerExtensionVersion = "1.5.12"
}
packaging {
resources {
Expand Down

0 comments on commit 95a9dc7

Please sign in to comment.