Skip to content

Commit

Permalink
Merge pull request #171 from orangebikelabs/dependabot/gradle/alpha/a…
Browse files Browse the repository at this point in the history
…ndroidx.core-core-ktx-1.13.0

fix: bump androidx.core:core-ktx from 1.12.0 to 1.13.0
  • Loading branch information
bensandee committed Apr 22, 2024
2 parents cc184c7 + 8151412 commit 9e8e98e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Expand Up @@ -166,7 +166,7 @@ dependencies {
// NineOldAndroids for ListViewAnimations
implementation 'com.nineoldandroids:library:2.4.0'

implementation 'androidx.core:core-ktx:1.12.0'
implementation 'androidx.core:core-ktx:1.13.0'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.fragment:fragment-ktx:1.6.2'
implementation 'androidx.preference:preference-ktx:1.2.1'
Expand Down

0 comments on commit 9e8e98e

Please sign in to comment.