Upgrade Android SDK to 34

This commit is contained in:
Romain Vimont
2023-11-15 21:08:15 +01:00
parent e8801cc3c0
commit abcb100597
2 changed files with 4 additions and 4 deletions

View File

@@ -2,11 +2,11 @@ apply plugin: 'com.android.application'
android {
namespace 'com.genymobile.scrcpy'
compileSdk 33
compileSdk 34
defaultConfig {
applicationId "com.genymobile.scrcpy"
minSdkVersion 21
targetSdkVersion 33
targetSdkVersion 34
versionCode 200
versionName "v2.2"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"