Update Xeonjia to 2.2.0 (11)

This commit is contained in:
F-Droid checkupdates bot 2021-12-21 05:16:11 +00:00
parent 17837913b0
commit 0c92c5f908

View file

@ -137,7 +137,22 @@ Builds:
- $$flutter$$/bin/flutter pub get
- $$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
UpdateCheckMode: Tags
CurrentVersion: 2.1.2
CurrentVersionCode: 10
CurrentVersion: 2.2.0
CurrentVersionCode: 11