diff --git a/android/app/build.gradle b/android/app/build.gradle index 71d19e43b..6ebe2f450 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -49,7 +49,7 @@ android { applicationId "com.exptech.dpip" minSdkVersion 26 targetSdkVersion 35 - versionCode 300010000 + versionCode 300010200 versionName flutterVersionName multiDexEnabled true } diff --git a/pubspec.yaml b/pubspec.yaml index e389dd4ca..14645052e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: dpip description: "Disaster Prevention Information Platform" publish_to: 'none' -version: 3.0.0 +version: 3.0.200 environment: sdk: '>=3.7.0 <4.0.0'