version change

This commit is contained in:
Surendiran 2025-04-16 18:26:53 +05:30
parent e01acdef46
commit 936638f9bc
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 = "50"
flutterVersionCode = "51"
}
def flutterVersionName = localProperties.getProperty("flutter.versionName")
if (flutterVersionName == null) {
flutterVersionName = "1.0.49"
flutterVersionName = "1.0.50"
}
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.49+50
version: 1.0.50+51
environment:
sdk: ">=3.2.3 <4.0.0"