mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
Update My Leaf to 1.8.5 (134)
This commit is contained in:
parent
6ccc00def4
commit
54a1d8e388
1 changed files with 16 additions and 2 deletions
|
|
@ -357,7 +357,21 @@ Builds:
|
||||||
- $$flutter$$/bin/flutter config --no-analytics
|
- $$flutter$$/bin/flutter config --no-analytics
|
||||||
- $$flutter$$/bin/flutter build apk
|
- $$flutter$$/bin/flutter build apk
|
||||||
|
|
||||||
|
- versionName: 1.8.5
|
||||||
|
versionCode: 134
|
||||||
|
commit: 1.8.5
|
||||||
|
output: build/app/outputs/apk/release/app-release.apk
|
||||||
|
srclibs:
|
||||||
|
- flutter@v1.12.13+hotfix.5
|
||||||
|
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
|
AutoUpdateMode: Version %v
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: 1.8.4
|
CurrentVersion: 1.8.5
|
||||||
CurrentVersionCode: 133
|
CurrentVersionCode: 134
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue