Skip to content

Commit 2722832

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 3750c32 commit 2722832

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
@@ -38,7 +38,7 @@ android {
3838
dependencies {
3939

4040
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
41-
implementation 'androidx.core:core-ktx:1.5.0'
41+
implementation 'androidx.core:core-ktx:1.6.0'
4242
implementation 'androidx.appcompat:appcompat:1.3.0'
4343
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
4444
implementation project(path: ':progress-button')

progress-button/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ android {
3535
dependencies {
3636

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

0 commit comments

Comments
 (0)