Skip to content

Commit

Permalink
bump compilation and target SDK to satisfy app store requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
itkach committed Jan 8, 2022
1 parent 2d58f93 commit 543a65f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ repositories {
}

android {
compileSdkVersion 29
compileSdkVersion 30

packagingOptions {
exclude 'META-INF/LICENSE'
Expand Down Expand Up @@ -82,7 +82,7 @@ android {

defaultConfig {
minSdkVersion 19
targetSdkVersion 29
targetSdkVersion 30
}

}
Expand Down

0 comments on commit 543a65f

Please sign in to comment.