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"
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user