upgrade everything, devenv, flutter, gradle
Build and deploy the latest docker container / deploy (push) Successful in 29m5s
Build and release the latest android apk / rolling-release-apk (push) Successful in 6m1s

This commit is contained in:
2026-07-03 22:35:01 +02:00
parent 38eb1cccc5
commit 125346668a
12 changed files with 69 additions and 63 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ subprojects {
val android = project.extensions.findByName("android")
if (android is com.android.build.gradle.BaseExtension) {
// Force the same sdk version everywhere
android.ndkVersion = "27.2.12479018"
android.ndkVersion = "29.0.14206865"
}
}
}