Skip to content

Commit

Permalink
Upgraded Android SDK to 30
Browse files Browse the repository at this point in the history
Signed-off-by: D-a-n-i-l-o <D-a-n-i-l-o@users.noreply.github.com>
  • Loading branch information
D-a-n-i-l-o committed Jun 20, 2021
1 parent cb12100 commit 43df90a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions products/android/WonkeyGame/app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 27
compileSdkVersion 30

defaultConfig {
applicationId "${PACKAGE_NAME}"
minSdkVersion 16
targetSdkVersion 27
targetSdkVersion 30
versionCode 1
versionName "1.0"
}
Expand Down

0 comments on commit 43df90a

Please sign in to comment.