We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96ccf03 commit 3582af0Copy full SHA for 3582af0
2 files changed
build.gradle
@@ -36,7 +36,7 @@ allprojects {
36
}
37
38
ext {
39
- propCompileSdkVersion = 29
+ propCompileSdkVersion = 30
40
coreVersion = "1.2.0"
41
runnerVersion = "1.1.1"
42
extJUnitVersion = "1.1.1"
sample/build.gradle
@@ -12,7 +12,7 @@ android {
12
versionName "1.0"
13
14
minSdkVersion 16
15
- targetSdkVersion 29
+ targetSdkVersion 30
16
17
compileOptions {
18
sourceCompatibility 1.8
0 commit comments