Update to Java 21 + hardcode NDK to avoid warnings

This commit is contained in:
Imran Remtulla
2025-05-31 03:57:16 -04:00
parent 8bec3cf053
commit 0a30bf6d8e
3 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@ if (keystorePropertiesFile.exists()) {
android {
namespace = "dev.imranr.obtainium"
compileSdk = flutter.compileSdkVersion
ndkVersion = flutter.ndkVersion
ndkVersion = "27.0.12077973" // 'flutter.ndkVersion' produces warnings (TODO can/should we switch back?)
compileOptions {
isCoreLibraryDesugaringEnabled = true