mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update Xeonjia to 2.2.0 (11)
This commit is contained in:
parent
17837913b0
commit
0c92c5f908
1 changed files with 17 additions and 2 deletions
|
|
@ -137,7 +137,22 @@ Builds:
|
||||||
- $$flutter$$/bin/flutter pub get
|
- $$flutter$$/bin/flutter pub get
|
||||||
- $$flutter$$/bin/flutter build apk
|
- $$flutter$$/bin/flutter build apk
|
||||||
|
|
||||||
|
- versionName: 2.2.0
|
||||||
|
versionCode: 11
|
||||||
|
commit: 8561a740f2e9322cc501d67e852fa2303f5f367b
|
||||||
|
output: build/app/outputs/apk/release/app-release.apk
|
||||||
|
srclibs:
|
||||||
|
- flutter@2.2.1
|
||||||
|
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: 2.1.2
|
CurrentVersion: 2.2.0
|
||||||
CurrentVersionCode: 10
|
CurrentVersionCode: 11
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue