diff --git a/android/app/build.gradle b/android/app/build.gradle index 57abf0e2..2a16a83d 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 = "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") diff --git a/pubspec.yaml b/pubspec.yaml index e5e67abd..015a9168 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.49+50 +version: 1.0.50+51 environment: sdk: ">=3.2.3 <4.0.0"