Skip to content

Commit

Permalink
Bump Kotlin, KSP and compose versions
Browse files Browse the repository at this point in the history
So they're all aligned between WordPress and FluxC
  • Loading branch information
wzieba committed Sep 26, 2024
1 parent 3f369ab commit 48b83f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ ext {
androidxArchCoreVersion = '2.2.0'
androidxCameraVersion = '1.3.4'
androidxComposeBomVersion = '2024.08.00'
androidxComposeCompilerVersion = '1.5.14'
androidxComposeCompilerVersion = '1.5.15'
androidxComposeNavigationVersion = '2.7.7'
androidxCardviewVersion = '1.0.0'
androidxConstraintlayoutVersion = '2.1.4'
Expand Down
4 changes: 2 additions & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pluginManagement {
gradle.ext.kotlinVersion = '1.9.24'
gradle.ext.kspVersion = '1.9.24-1.0.20'
gradle.ext.kotlinVersion = '1.9.25'
gradle.ext.kspVersion = '1.9.25-1.0.20'
gradle.ext.agpVersion = '8.5.1'
gradle.ext.googleServicesVersion = '4.4.2'
gradle.ext.navigationVersion = '2.7.7'
Expand Down

0 comments on commit 48b83f0

Please sign in to comment.