chore: 🔖 update version and fix java compatibility version
All checks were successful
apk / build (push) Successful in 7m36s

This commit is contained in:
Michel Roux 2024-07-09 16:14:29 +02:00
parent f2b378e520
commit bc18fc85fe

View File

@ -7,8 +7,8 @@ android {
applicationId "net.crystalyx.setaswallpaper" applicationId "net.crystalyx.setaswallpaper"
minSdkVersion 5 minSdkVersion 5
targetSdkVersion 34 targetSdkVersion 34
versionCode 11 versionCode 12
versionName "3.4" versionName "3.5"
} }
signingConfigs { signingConfigs {
release { release {
@ -20,6 +20,10 @@ android {
} }
} }
} }
compileOptions {
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
}
buildTypes { buildTypes {
release { release {
minifyEnabled true minifyEnabled true