Skip to content

Commit

Permalink
Bump core-ktx from 1.7.0 to 1.8.0
Browse files Browse the repository at this point in the history
Bumps core-ktx from 1.7.0 to 1.8.0.

---
updated-dependencies:
- dependency-name: androidx.core:core-ktx
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 2, 2022
1 parent 3796a2c commit b1b9817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ buildscript {
ext.rxbinding = 'com.jakewharton.rxbinding2:rxbinding:2.2.0'
ext.rxbindingKotlin = 'com.jakewharton.rxbinding2:rxbinding-kotlin:2.2.0'

ext.androidCore = 'androidx.core:core-ktx:1.7.0'
ext.androidCore = 'androidx.core:core-ktx:1.8.0'
ext.appCompat = 'androidx.appcompat:appcompat:1.4.1'
ext.material = 'com.google.android.material:material:1.6.0-beta01'

Expand Down

0 comments on commit b1b9817

Please sign in to comment.