Skip to content

Commit 543a65f

Browse files
committed
bump compilation and target SDK to satisfy app store requirements
1 parent 2d58f93 commit 543a65f

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
@@ -30,7 +30,7 @@ repositories {
3030
}
3131

3232
android {
33-
compileSdkVersion 29
33+
compileSdkVersion 30
3434

3535
packagingOptions {
3636
exclude 'META-INF/LICENSE'
@@ -82,7 +82,7 @@ android {
8282

8383
defaultConfig {
8484
minSdkVersion 19
85-
targetSdkVersion 29
85+
targetSdkVersion 30
8686
}
8787

8888
}

0 commit comments

Comments
 (0)