From 984b554026d629b08ec6a578d48aaffbe7c3a66f Mon Sep 17 00:00:00 2001 From: lowrt Date: Sat, 9 Aug 2025 22:33:53 +0800 Subject: [PATCH] build: 3.0.200 --- android/app/build.gradle | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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'