mirror of
https://github.com/adolfintel/OpenPods.git
synced 2026-09-16 15:36:12 -04:00
Update build tools
This commit is contained in:
+4
-4
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user