We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1afe9ce commit 90859f1Copy full SHA for 90859f1
server/build.gradle
@@ -1,11 +1,11 @@
1
apply plugin: 'com.android.application'
2
3
android {
4
- compileSdkVersion 27
+ compileSdkVersion 29
5
defaultConfig {
6
applicationId "com.genymobile.scrcpy"
7
minSdkVersion 21
8
- targetSdkVersion 27
+ targetSdkVersion 29
9
versionCode 9
10
versionName "1.8"
11
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
0 commit comments