We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be6460f commit 43d2123Copy full SHA for 43d2123
2 files changed
android/app/build.gradle
@@ -48,8 +48,8 @@ android {
48
defaultConfig {
49
applicationId "com.exptech.dpip"
50
minSdkVersion 26
51
- targetSdkVersion 34
52
- versionCode 3000000
+ targetSdkVersion 35
+ versionCode 3000001
53
versionName flutterVersionName
54
multiDexEnabled true
55
}
pubspec.yaml
@@ -1,7 +1,7 @@
1
name: dpip
2
description: "Disaster Prevention Information Platform"
3
publish_to: 'none'
4
-version: 3.0.001
+version: 3.0.002
5
6
environment:
7
sdk: '>=3.7.0 <4.0.0'
0 commit comments