Skip to content

Commit a657661

Browse files
committed
Use SDK 30
1 parent 64cf5e5 commit a657661

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
apply plugin: 'com.android.library'
22

33
android {
4-
compileSdkVersion 29
4+
compileSdk 30
55

66
defaultConfig {
77
minSdkVersion 19
8-
targetSdkVersion 29
8+
targetSdk 30
99
}
1010

1111
buildTypes {

0 commit comments

Comments
 (0)