diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle index ad13e0eed4..5fd33c08f3 100644 --- a/gradle/dependencies.gradle +++ b/gradle/dependencies.gradle @@ -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', diff --git a/subprojects/androidTest/androidTest.gradle b/subprojects/androidTest/androidTest.gradle index 3fa1de3678..b6c32495be 100644 --- a/subprojects/androidTest/androidTest.gradle +++ b/subprojects/androidTest/androidTest.gradle @@ -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"