This commit is contained in:
Juki-shiba 2025-06-23 10:20:44 +05:30
parent a2d03933bb
commit 312e2023bb

View File

@ -20,7 +20,7 @@ if (project.hasProperty('google-services.json')) {
def flutterVersionCode = localProperties.getProperty("flutter.versionCode")
if (flutterVersionCode == null) {
flutterVersionCode = "59"
flutterVersionCode = "60"
}
def flutterVersionName = localProperties.getProperty("flutter.versionName")