filter image change

This commit is contained in:
venbaittech 2025-02-14 09:19:47 +05:30
parent 93936aeb46
commit 94bc683c67
3 changed files with 3 additions and 3 deletions

View File

@ -15,12 +15,12 @@ if (localPropertiesFile.exists()) {
def flutterVersionCode = localProperties.getProperty("flutter.versionCode")
if (flutterVersionCode == null) {
flutterVersionCode = "14"
flutterVersionCode = "16"
}
def flutterVersionName = localProperties.getProperty("flutter.versionName")
if (flutterVersionName == null) {
flutterVersionName = "1.0.13"
flutterVersionName = "1.0.15"
}
def keystorePropertiesFile = rootProject.file("key.properties")

View File

Before

Width:  |  Height:  |  Size: 525 B

After

Width:  |  Height:  |  Size: 525 B

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.13+14
version: 1.0.15+16
environment:
sdk: ">=3.2.3 <4.0.0"