mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update Quinb to 1.1.2 (4)
This commit is contained in:
parent
8deb7cabea
commit
25e9196f11
1 changed files with 17 additions and 2 deletions
|
|
@ -62,7 +62,22 @@ Builds:
|
||||||
- $$flutter$$/bin/flutter pub get
|
- $$flutter$$/bin/flutter pub get
|
||||||
- $$flutter$$/bin/flutter build apk
|
- $$flutter$$/bin/flutter build apk
|
||||||
|
|
||||||
|
- versionName: 1.1.2
|
||||||
|
versionCode: 4
|
||||||
|
commit: 16cc370b4da33150d8b37b4344377b2bf0358d80
|
||||||
|
output: build/app/outputs/apk/release/app-release.apk
|
||||||
|
srclibs:
|
||||||
|
- flutter@1.17.3
|
||||||
|
rm:
|
||||||
|
- ios
|
||||||
|
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
|
||||||
|
{ output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
|
||||||
|
build:
|
||||||
|
- $$flutter$$/bin/flutter config --no-analytics
|
||||||
|
- $$flutter$$/bin/flutter pub get
|
||||||
|
- $$flutter$$/bin/flutter build apk
|
||||||
|
|
||||||
AutoUpdateMode: Version v%v
|
AutoUpdateMode: Version v%v
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: 1.1.1
|
CurrentVersion: 1.1.2
|
||||||
CurrentVersionCode: 3
|
CurrentVersionCode: 4
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue