Upgrade dependencies, android sdk, flutter, gradle, etc

This commit is contained in:
2025-04-12 10:52:39 +02:00
parent 8ebd95a4b8
commit 05e2fcf185
18 changed files with 273 additions and 489 deletions

View File

@@ -34,7 +34,7 @@ if (keystorePropertiesFile.exists()) {
android {
namespace "com.blackforestbytes.simplecloudnotifier"
compileSdkVersion flutter.compileSdkVersion
ndkVersion flutter.ndkVersion
ndkVersion "27.0.12077973" // should be `flutter.ndkVersion` - but some plugins need 27, even though flutter still has the default value of 26 (flutter 3.29 | 2025-04-12)
compileOptions {
coreLibraryDesugaringEnabled true