Upgrade Flutter to 3.38.9 (#4455)

This commit is contained in:
Dat Dang
2026-04-17 17:39:29 +07:00
committed by GitHub
parent bfe51749aa
commit 77e2381ca9
23 changed files with 175 additions and 183 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ if (flutterVersionName == null) {
def flutterMinSdkVersion = localProperties.getProperty('flutter.minSdkVersion')
if (flutterMinSdkVersion == null) {
flutterMinSdkVersion = '21'
flutterMinSdkVersion = '23'
}
def keystoreProperties = new Properties()