Skip to content

Commit

Permalink
Merge pull request #10697 from woocommerce/bump_kotlin_to_1_9_22
Browse files Browse the repository at this point in the history
build: bump Kotlin and dependent libraries
  • Loading branch information
hafizrahman authored Feb 7, 2024
2 parents d78e6d3 + 1a47f2b commit 579cfc1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ ext {
coreKtxVersion = '1.12.0'
appCompatVersion = '1.4.2'
materialVersion = '1.6.1'
hiltJetpackVersion = '1.0.0'
hiltJetpackVersion = '1.1.0'
wordPressUtilsVersion = '3.5.0'
mediapickerVersion = '0.3.0'
wordPressLoginVersion = '1.9.0'
Expand All @@ -132,7 +132,7 @@ ext {

// Compose and its module versions need to be consistent with each other (for example 'compose-theme-adapter')
composeBOMVersion = "2023.06.01"
composeCompilerVersion = "1.4.7"
composeCompilerVersion = "1.5.8"
composeAccompanistVersion = "0.23.1"

// Testing
Expand Down
4 changes: 2 additions & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
pluginManagement {
gradle.ext.agpVersion = '8.1.0'
gradle.ext.googleServicesVersion = '4.4.0'
gradle.ext.daggerVersion = '2.45'
gradle.ext.daggerVersion = '2.50'
gradle.ext.detektVersion = '1.19.0'
gradle.ext.kotlinVersion = '1.8.21'
gradle.ext.kotlinVersion = '1.9.22'
gradle.ext.measureBuildsVersion = '2.0.3'
gradle.ext.navigationVersion = '2.6.0'
gradle.ext.sentryVersion = '3.5.0'
Expand Down

0 comments on commit 579cfc1

Please sign in to comment.