We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f9dcc6 commit 72ce18cCopy full SHA for 72ce18c
buildScripts/gradle/common.gradle
@@ -8,7 +8,7 @@ def gitShortRev() {
8
}
9
10
allprojects {
11
- ext.COMPILE_SDK_VERSION = 30
+ ext.COMPILE_SDK_VERSION = 31
12
ext.MIN_SDK_VERSION = 14
13
ext.TARGET_SDK_VERSION = 28
14
ext.VERSION_CODE = 1
projects/test/plugin/androidx-cases/test-plugin-androidx-cases/build.gradle
@@ -36,8 +36,8 @@ android {
36
37
38
dependencies {
39
- def activity_version = "1.2.2"
40
- def appcompat_version = "1.3.1"
+ def activity_version = "1.4.0"
+ def appcompat_version = "1.4.1"
41
42
implementation "androidx.activity:activity:$activity_version"
43
implementation "androidx.appcompat:appcompat:$appcompat_version"
0 commit comments