diff --git a/android/app/build.gradle b/android/app/build.gradle index d472874b..1ff9ea72 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 = "37" + flutterVersionCode = "38" } def flutterVersionName = localProperties.getProperty("flutter.versionName") if (flutterVersionName == null) { - flutterVersionName = "1.0.36" + flutterVersionName = "1.0.37" } def keystorePropertiesFile = rootProject.file("key.properties") diff --git a/pubspec.yaml b/pubspec.yaml index 6d61e24f..f40460d0 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.36+37 +version: 1.0.37+38 environment: sdk: ">=3.2.3 <4.0.0"