mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
flutterhole: 5.2.3
This commit is contained in:
parent
bee0e539ad
commit
8c0778f047
1 changed files with 18 additions and 2 deletions
|
|
@ -79,7 +79,23 @@ Builds:
|
|||
- $$flutter$$/bin/flutter packages pub run flutter_launcher_icons:main
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
- versionName: v5.2.3
|
||||
versionCode: 641
|
||||
commit: v5.2.3
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@1.20.4
|
||||
prebuild: sed -i -e 's/versionCode flutterVersionCode.toInteger()/versionCode
|
||||
$$VERCODE$$/' -e 's/versionName flutterVersionName/versionName "$$VERSION$$"/'
|
||||
android/app/build.gradle
|
||||
build:
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- $$flutter$$/bin/flutter packages pub run flutter_launcher_icons:main
|
||||
- $$flutter$$/bin/flutter packages pub run build_runner build --delete-conflicting-outputs
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: None
|
||||
CurrentVersion: 2.1.2-debug
|
||||
CurrentVersionCode: 477
|
||||
CurrentVersion: v5.2.3
|
||||
CurrentVersionCode: 641
|
||||
|
|
|
|||
Loading…
Reference in a new issue