Skip to content

Commit

Permalink
Merge pull request #302 from ChanTsune/renovate/androidx.core-core-kt…
Browse files Browse the repository at this point in the history
…x-1.x

fix(deps): update dependency androidx.core:core-ktx to v1.12.0
  • Loading branch information
ChanTsune authored Nov 4, 2023
2 parents 3f878a7 + e41429d commit 34d1b1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies {
implementation(project(":swipe-to-action"))

implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation 'androidx.core:core-ktx:1.10.1'
implementation 'androidx.core:core-ktx:1.12.0'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'com.google.android.material:material:1.9.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
Expand Down
2 changes: 1 addition & 1 deletion swipe-to-action/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ android {
dependencies {

implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation 'androidx.core:core-ktx:1.10.1'
implementation 'androidx.core:core-ktx:1.12.0'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation "androidx.constraintlayout:constraintlayout:2.1.4"
implementation "androidx.recyclerview:recyclerview:1.3.1"
Expand Down

0 comments on commit 34d1b1d

Please sign in to comment.