mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
Update My Leaf to 1.7.5 (122)
This commit is contained in:
parent
6797f1d159
commit
f357fd86fe
1 changed files with 16 additions and 2 deletions
|
|
@ -259,7 +259,21 @@ Builds:
|
|||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
- versionName: 1.7.5
|
||||
versionCode: 122
|
||||
commit: 1.7.5
|
||||
output: build/app/outputs/apk/release/app-release.apk
|
||||
srclibs:
|
||||
- flutter@v1.7.3
|
||||
prebuild:
|
||||
- touch android/key.properties
|
||||
- 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
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.7.4
|
||||
CurrentVersionCode: 121
|
||||
CurrentVersion: 1.7.5
|
||||
CurrentVersionCode: 122
|
||||
|
|
|
|||
Loading…
Reference in a new issue