mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
Update Zoysii to 2.1.0 (9)
This commit is contained in:
parent
183808ee5e
commit
0112e8118b
1 changed files with 16 additions and 2 deletions
|
|
@ -84,7 +84,21 @@ Builds:
|
|||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
- versionName: 2.1.0
|
||||
versionCode: 9
|
||||
commit: v2.1.0
|
||||
output: build/app/outputs/apk/release/app-release.apk
|
||||
srclibs:
|
||||
- flutter@v1.12.13+hotfix.5
|
||||
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 build apk
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 2.0.1
|
||||
CurrentVersionCode: 8
|
||||
CurrentVersion: 2.1.0
|
||||
CurrentVersionCode: 9
|
||||
|
|
|
|||
Loading…
Reference in a new issue