Skip to content

Commit

Permalink
Bump core-ktx from 1.6.0 to 1.7.0 (#2454)
Browse files Browse the repository at this point in the history
* 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>

* Bump compileSdkVersion

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tim van der Lippe <tvanderlippe@google.com>
  • Loading branch information
dependabot[bot] and TimvdLippe committed Oct 29, 2021
1 parent 7f1d254 commit 7a13759
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle/dependencies.gradle
Expand Up @@ -43,7 +43,7 @@ libraries.kotlin = [
gradlePlugin: "org.jetbrains.kotlin:kotlin-gradle-plugin:${kotlinVersion}",
]
libraries.android = [
ktx: 'androidx.core:core-ktx:1.6.0',
ktx: 'androidx.core:core-ktx:1.7.0',
compat: 'androidx.appcompat:appcompat:1.3.1',
material: 'com.google.android.material:material:1.4.0',
junit: 'androidx.test.ext:junit:1.1.3',
Expand Down
4 changes: 2 additions & 2 deletions subprojects/androidTest/androidTest.gradle
Expand Up @@ -6,13 +6,13 @@ plugins {
}

android {
compileSdkVersion 30
compileSdkVersion 31
buildToolsVersion "30.0.3"

defaultConfig {
applicationId "org.mockitousage.androidtest"
minSdkVersion 21
targetSdkVersion 30
targetSdkVersion 31
versionCode 1
versionName "1.0"

Expand Down

0 comments on commit 7a13759

Please sign in to comment.