Skip to content

Commit c47c7ec

Browse files
Bump core-ktx from 1.7.0 to 1.8.0 (#2661)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2bbf796 commit c47c7ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/dependencies.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ libraries.kotlin = [
4343
gradlePlugin: "org.jetbrains.kotlin:kotlin-gradle-plugin:${kotlinVersion}",
4444
]
4545
libraries.android = [
46-
ktx: 'androidx.core:core-ktx:1.7.0',
46+
ktx: 'androidx.core:core-ktx:1.8.0',
4747
compat: 'androidx.appcompat:appcompat:1.4.1',
4848
material: 'com.google.android.material:material:1.6.1',
4949
junit: 'androidx.test.ext:junit:1.1.3',

0 commit comments

Comments
 (0)