mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
Merge branch 'zoysii_v2' into 'master'
Update Zoysii to v2.0.0 See merge request fdroid/fdroiddata!6228
This commit is contained in:
commit
bd9dfd1106
1 changed files with 17 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
Categories:
|
||||
- Games
|
||||
License: GPL-3.0-only
|
||||
License: GPL-3.0-or-later
|
||||
AuthorName: DeepDaikon
|
||||
AuthorEmail: deepdaikon@tuta.io
|
||||
WebSite: https://gitlab.com/DeepDaikon/Zoysii
|
||||
|
|
@ -56,7 +56,21 @@ Builds:
|
|||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
- versionName: 2.0.0
|
||||
versionCode: 7
|
||||
commit: v2.0.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: 1.3.0
|
||||
CurrentVersionCode: 6
|
||||
CurrentVersion: 2.0.0
|
||||
CurrentVersionCode: 7
|
||||
|
|
|
|||
Loading…
Reference in a new issue