Skip to content

Commit 90859f1

Browse files
committed
Upgrade tarketSdkVersion to 29
This fixes a lint warning.
1 parent 1afe9ce commit 90859f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
apply plugin: 'com.android.application'
22

33
android {
4-
compileSdkVersion 27
4+
compileSdkVersion 29
55
defaultConfig {
66
applicationId "com.genymobile.scrcpy"
77
minSdkVersion 21
8-
targetSdkVersion 27
8+
targetSdkVersion 29
99
versionCode 9
1010
versionName "1.8"
1111
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

0 commit comments

Comments
 (0)