We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf35c8d commit 8137b10Copy full SHA for 8137b10
android/app/build.gradle
@@ -66,9 +66,6 @@ android {
66
buildTypes {
67
release {
68
signingConfig signingConfigs.release
69
- minifyEnabled false
70
- useProguard false
71
- proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
72
}
73
74
pubspec.yaml
@@ -1,6 +1,6 @@
1
name: dashboard_reborn
2
description: A very sexy Flutter template app!
3
-version: 1.0.2+3
+version: 1.1.0+4
4
5
environment:
6
sdk: ">=2.1.0 <3.0.0"
0 commit comments