Skip to content

Commit 1ad2de3

Browse files
committed
New version bump
1 parent 270210c commit 1ad2de3

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ android {
4848
minSdk 23
4949
targetSdk 35
5050
multiDexEnabled true
51-
versionCode 25
52-
versionName "3.0.0"
51+
versionCode 26
52+
versionName "3.1.0"
5353
}
5454
signingConfigs {
5555
release {

commands.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)