From 8bf28e9f5340d2a54dbc9b2c9d924b7ee4fa8d31 Mon Sep 17 00:00:00 2001 From: Romain Vimont Date: Sat, 30 Oct 2021 11:23:51 +0200 Subject: [PATCH] Upgrade Android SDK to 31 --- server/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/build.gradle b/server/build.gradle index 7cd7dbd7..ef936d1b 100644 --- a/server/build.gradle +++ b/server/build.gradle @@ -1,11 +1,11 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 30 + compileSdkVersion 31 defaultConfig { applicationId "com.genymobile.scrcpy" minSdkVersion 21 - targetSdkVersion 30 + targetSdkVersion 31 versionCode 11900 versionName "1.19" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"