Skip to content

Commit 3582af0

Browse files
committed
Api 30
1 parent 96ccf03 commit 3582af0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ allprojects {
3636
}
3737

3838
ext {
39-
propCompileSdkVersion = 29
39+
propCompileSdkVersion = 30
4040
coreVersion = "1.2.0"
4141
runnerVersion = "1.1.1"
4242
extJUnitVersion = "1.1.1"

sample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ android {
1212
versionName "1.0"
1313

1414
minSdkVersion 16
15-
targetSdkVersion 29
15+
targetSdkVersion 30
1616

1717
compileOptions {
1818
sourceCompatibility 1.8

0 commit comments

Comments
 (0)