fix: 🗑️ fix deprecation
All checks were successful
apk / build (push) Successful in 1m32s

This commit is contained in:
Michel Roux 2024-07-09 16:33:19 +02:00
parent 05e2a88bc8
commit c86942dfdd

View File

@ -20,6 +20,10 @@ android {
}
}
}
compileOptions {
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
}
buildTypes {
release {
minifyEnabled false