mirror of
https://github.com/Genymobile/scrcpy
synced 2025-02-02 21:53:23 +00:00
Upgrade tarketSdkVersion to 29
This fixes a lint warning.
This commit is contained in:
parent
1afe9ce2ee
commit
90859f1dcf
@ -1,11 +1,11 @@
|
||||
apply plugin: 'com.android.application'
|
||||
|
||||
android {
|
||||
compileSdkVersion 27
|
||||
compileSdkVersion 29
|
||||
defaultConfig {
|
||||
applicationId "com.genymobile.scrcpy"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 27
|
||||
targetSdkVersion 29
|
||||
versionCode 9
|
||||
versionName "1.8"
|
||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||
|
Loading…
Reference in New Issue
Block a user