Skip to content

Commit

Permalink
build: bump kotlin to 1.9.22
Browse files Browse the repository at this point in the history
And compose compiler to 1.5.9
  • Loading branch information
wzieba committed Feb 21, 2024
1 parent 72e7db7 commit 1edceef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ ext {
androidxArchCoreVersion = '2.2.0'
androidxCameraVersion = '1.2.3'
androidxComposeBomVersion = '2023.10.00'
androidxComposeCompilerVersion = '1.5.3'
androidxComposeCompilerVersion = '1.5.9'
androidxComposeNavigationVersion = '2.7.6'
androidxCardviewVersion = '1.0.0'
androidxConstraintlayoutVersion = '2.1.4'
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pluginManagement {
gradle.ext.kotlinVersion = '1.9.10'
gradle.ext.kotlinVersion = '1.9.22'
gradle.ext.agpVersion = '8.1.0'
gradle.ext.googleServicesVersion = '4.3.15'
gradle.ext.navigationVersion = '2.5.3'
Expand Down

0 comments on commit 1edceef

Please sign in to comment.