Upgrade AGP (8.1.3) and Gradle to 8.4

Android Gradle Plugin 8.1.3.
Gradle 8.4.

From now on, Java 17 is required.
This commit is contained in:
Romain Vimont
2023-11-15 21:05:47 +01:00
parent 86808e8114
commit e8801cc3c0
4 changed files with 12 additions and 12 deletions

View File

@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
android {
namespace 'com.genymobile.scrcpy'
compileSdkVersion 33
compileSdk 33
defaultConfig {
applicationId "com.genymobile.scrcpy"
minSdkVersion 21
@@ -17,6 +17,10 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
buildFeatures {
buildConfig true
aidl true
}
}
dependencies {