Skip to content

Commit 25dc509

Browse files
⬆️ Bump core-ktx from 1.5.0 to 1.6.0
Bumps core-ktx from 1.5.0 to 1.6.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>
1 parent 1181651 commit 25dc509

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ android {
4848
dependencies {
4949

5050
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
51-
implementation 'androidx.core:core-ktx:1.5.0'
51+
implementation 'androidx.core:core-ktx:1.6.0'
5252
implementation 'androidx.appcompat:appcompat:1.3.0'
5353
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
5454
implementation project(path: ':progress-button')

progress-button/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ android {
3333
dependencies {
3434

3535
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
36-
implementation 'androidx.core:core-ktx:1.5.0'
36+
implementation 'androidx.core:core-ktx:1.6.0'
3737
implementation 'androidx.appcompat:appcompat:1.3.0'
3838
implementation 'com.google.android.material:material:1.4.0'
3939
testImplementation 'junit:junit:4.+'

0 commit comments

Comments
 (0)