mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-22 05:39:06 +00:00
Update Xeonjia to 2.0.1 (7)
This commit is contained in:
parent
1103b0592a
commit
fc879bd55b
1 changed files with 17 additions and 2 deletions
|
|
@ -77,7 +77,22 @@ Builds:
|
|||
- $$flutter$$/bin/flutter pub get
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
- versionName: 2.0.1
|
||||
versionCode: 7
|
||||
commit: v2.0.1
|
||||
output: build/app/outputs/apk/release/app-release.apk
|
||||
srclibs:
|
||||
- flutter@1.22.4
|
||||
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
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 2.0.0
|
||||
CurrentVersionCode: 6
|
||||
CurrentVersion: 2.0.1
|
||||
CurrentVersionCode: 7
|
||||
|
|
|
|||
Loading…
Reference in a new issue