This commit is contained in:
venbaittech 2025-04-04 09:40:32 +05:30
parent 0da39bc84b
commit b4c7d8a66d
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 = "47"
flutterVersionCode = "48"
}
def flutterVersionName = localProperties.getProperty("flutter.versionName")
if (flutterVersionName == null) {
flutterVersionName = "1.0.46"
flutterVersionName = "1.0.47"
}
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.46+47
version: 1.0.47+48
environment:
sdk: ">=3.2.3 <4.0.0"