Upgrade Android SDK to 30

This commit is contained in:
Romain Vimont
2020-09-15 14:53:37 +02:00
parent 1c44dc2259
commit d662f73bdc
2 changed files with 4 additions and 4 deletions

View File

@@ -1,11 +1,11 @@
apply plugin: 'com.android.application'
android {
compileSdkVersion 29
compileSdkVersion 30
defaultConfig {
applicationId "com.genymobile.scrcpy"
minSdkVersion 21
targetSdkVersion 29
targetSdkVersion 30
versionCode 19
versionName "1.16"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"