diff --git a/server/build.gradle b/server/build.gradle index 65d1e558..3b262e9a 100644 --- a/server/build.gradle +++ b/server/build.gradle @@ -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"