This commit is contained in:
venbaittech 2025-03-17 08:46:44 +05:30
parent 9d79a117ca
commit 1ca776e399
2 changed files with 3 additions and 3 deletions

View File

@ -20,12 +20,12 @@ if (project.hasProperty('google-services.json')) {
def flutterVersionCode = localProperties.getProperty("flutter.versionCode")
if (flutterVersionCode == null) {
flutterVersionCode = "37"
flutterVersionCode = "38"
}
def flutterVersionName = localProperties.getProperty("flutter.versionName")
if (flutterVersionName == null) {
flutterVersionName = "1.0.36"
flutterVersionName = "1.0.37"
}
def keystorePropertiesFile = rootProject.file("key.properties")

View File

@ -1,7 +1,7 @@
name: uae_stat
description: "View statistics about the UAE from the Federal Center for Statistics and Competitiveness."
publish_to: "none"
version: 1.0.36+37
version: 1.0.37+38
environment:
sdk: ">=3.2.3 <4.0.0"