Update build tools

This commit is contained in:
Electric1447
2025-09-26 15:48:56 +03:00
parent 695dea99bd
commit 8c462cc32c
4 changed files with 8 additions and 7 deletions
+4 -4
View File
@@ -4,12 +4,12 @@ plugins {
android {
namespace 'com.dosse.airpods'
compileSdk 34
compileSdk = 36
defaultConfig {
applicationId "com.dosse.airpods"
minSdk 26
targetSdk 34
targetSdk 36
versionCode 23
versionName '1.10'
}
@@ -25,8 +25,8 @@ android {
buildConfig true
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_11
targetCompatibility JavaVersion.VERSION_11
sourceCompatibility JavaVersion.VERSION_17
targetCompatibility JavaVersion.VERSION_17
}
}