Skip to content

Commit cfa70f1

Browse files
Bump core-ktx from 1.6.0 to 1.7.0
Bumps core-ktx from 1.6.0 to 1.7.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 e0902a7 commit cfa70f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ ext.ktor_version = '1.6.4'
4646

4747
dependencies {
4848
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
49-
implementation 'androidx.core:core-ktx:1.6.0'
49+
implementation 'androidx.core:core-ktx:1.7.0'
5050
implementation 'androidx.appcompat:appcompat:1.3.1'
5151
implementation 'com.google.android.material:material:1.4.0'
5252
implementation 'androidx.constraintlayout:constraintlayout:2.1.1'

0 commit comments

Comments
 (0)