mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-07 22:56:56 +00:00
Update Xeonjia to 2.2.1 (12)
This commit is contained in:
parent
78335ea36f
commit
3e7ca2ceb6
1 changed files with 17 additions and 2 deletions
|
|
@ -152,7 +152,22 @@ Builds:
|
|||
- $$flutter$$/bin/flutter pub get
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
- versionName: 2.2.1
|
||||
versionCode: 12
|
||||
commit: a73fc507e27eb515102b8d2d1f47ef2007f25a9b
|
||||
output: build/app/outputs/apk/release/app-release.apk
|
||||
srclibs:
|
||||
- flutter@2.5.3
|
||||
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.2.0
|
||||
CurrentVersionCode: 11
|
||||
CurrentVersion: 2.2.1
|
||||
CurrentVersionCode: 12
|
||||
|
|
|
|||
Loading…
Reference in a new issue