diff --git a/android/app/build.gradle b/android/app/build.gradle index 33af32b7..2c6a89ad 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -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") diff --git a/pubspec.yaml b/pubspec.yaml index e19f62e9..d2f04add 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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"