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 20, 2024
1 parent 40ece18 commit d8cfd88
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 d8cfd88

Please sign in to comment.