mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
Update Zoysii to 2.4.0 (12)
This commit is contained in:
parent
06045640c9
commit
0b2208dece
1 changed files with 16 additions and 2 deletions
|
|
@ -129,7 +129,21 @@ Builds:
|
|||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
- versionName: 2.4.0
|
||||
versionCode: 12
|
||||
commit: 32d02a6be4b8d7e02e98ec345a8ead554f15974f
|
||||
output: build/app/outputs/apk/release/app-release.apk
|
||||
srclibs:
|
||||
- flutter@1.22.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.3.0
|
||||
CurrentVersionCode: 11
|
||||
CurrentVersion: 2.4.0
|
||||
CurrentVersionCode: 12
|
||||
|
|
|
|||
Loading…
Reference in a new issue