Skip to content

Commit

Permalink
Merge pull request #13402 from woocommerce/dependabot/gradle/kotlin-2…
Browse files Browse the repository at this point in the history
….1.10

Bump kotlin from 2.0.21 to 2.1.10
  • Loading branch information
JorgeMucientes authored Jan 29, 2025
2 parents 0d070a6 + b8d19a7 commit ca38ed6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ class MainActivity :

if (savedInstanceState == null) {
viewModel.handleIncomingAppLink(intent?.data)
viewModel.handleShortcutAction(intent?.action?.toLowerCase(Locale.ROOT))
viewModel.handleShortcutAction(intent?.action?.lowercase(Locale.ROOT))
handleIncomingImages()
}
}
Expand Down
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ facebook-shimmer = '0.5.0'
facebook-soloader = '0.10.4'
fastlane-screengrab = '2.1.1'
fladle = '0.17.5'
google-dagger = "2.50" # Fix the crash on the media picker before upgrading this
google-dagger = "2.55"
google-firebase-bom = '32.7.1'
google-gson = '2.10.1'
google-guava = '33.3.1-android'
Expand All @@ -74,7 +74,7 @@ jetty-webapp = '9.4.51.v20230217'
json-path = '2.9.0'
junit = '4.13.2'
lottie = '5.2.0'
kotlin = '2.0.21'
kotlin = '2.1.10'
kotlinx-coroutines = '1.8.1'
ksp = '2.0.21-1.0.27'
mockito-kotlin = '5.4.0'
Expand All @@ -89,7 +89,7 @@ wordpress-aztec = 'v2.1.4'
wordpress-fluxc = '2.103.0'
wordpress-login = '1.20.0'
wordpress-libaddressinput = '0.0.2'
wordpress-mediapicker = '0.3.1'
wordpress-mediapicker = 'trunk-d6daa7a662b48d9cd9af5d18d2258d39b0a44901'
wordpress-utils = '3.15.0'
zendesk = '5.0.8'

Expand Down

0 comments on commit ca38ed6

Please sign in to comment.