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 270210c commit 1ad2de3Copy full SHA for 1ad2de3
android/app/build.gradle
@@ -48,8 +48,8 @@ android {
48
minSdk 23
49
targetSdk 35
50
multiDexEnabled true
51
- versionCode 25
52
- versionName "3.0.0"
+ versionCode 26
+ versionName "3.1.0"
53
}
54
signingConfigs {
55
release {
commands.md
@@ -0,0 +1,10 @@
1
+# Commands
2
+
3
+## Android
4
5
+### App bundle (windows)
6
7
+```bash
8
+flutter build appbundle -t .\lib\main.firebase.dart --release
9
+cp build\app\outputs\bundle\release\app-release.aab ~\Desktop\fuid\
10
+```
0 commit comments