Skip to content

Commit

Permalink
Merge pull request #20219 from wordpress-mobile/bump_kotlin_to_1_9_22
Browse files Browse the repository at this point in the history
build: bump kotlin to `1.9.22`
  • Loading branch information
wzieba authored Mar 11, 2024
2 parents 618f509 + 1edceef commit 4787df0
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 @@ -42,7 +42,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.7.7'
Expand Down

0 comments on commit 4787df0

Please sign in to comment.