chore: 🔖 update version and fix java compatibility version
All checks were successful
apk / build (push) Successful in 7m36s
All checks were successful
apk / build (push) Successful in 7m36s
This commit is contained in:
parent
f2b378e520
commit
bc18fc85fe
@ -7,8 +7,8 @@ android {
|
||||
applicationId "net.crystalyx.setaswallpaper"
|
||||
minSdkVersion 5
|
||||
targetSdkVersion 34
|
||||
versionCode 11
|
||||
versionName "3.4"
|
||||
versionCode 12
|
||||
versionName "3.5"
|
||||
}
|
||||
signingConfigs {
|
||||
release {
|
||||
@ -20,6 +20,10 @@ android {
|
||||
}
|
||||
}
|
||||
}
|
||||
compileOptions {
|
||||
sourceCompatibility = JavaVersion.VERSION_11
|
||||
targetCompatibility = JavaVersion.VERSION_11
|
||||
}
|
||||
buildTypes {
|
||||
release {
|
||||
minifyEnabled true
|
||||
|
Loading…
Reference in New Issue
Block a user