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