Skip to content

Commit

Permalink
Merge pull request #165 from Codel1417/dependabot/gradle/android/andr…
Browse files Browse the repository at this point in the history
…oidx.core-core-ktx-1.13.1

Bump androidx.core:core-ktx from 1.6.0 to 1.13.1 in /android
  • Loading branch information
Codel1417 authored May 22, 2024
2 parents ee9410b + 57e0707 commit 1a49968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ tasks.register("clean", Delete) {
}
configurations.all {
resolutionStrategy {
force 'androidx.core:core-ktx:1.6.0'
force 'androidx.core:core-ktx:1.13.1'
}
}

0 comments on commit 1a49968

Please sign in to comment.