mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-23 14:17:26 +00:00
Feeel: add 2.0.0
This commit is contained in:
parent
38e618ccb2
commit
a60af50121
1 changed files with 16 additions and 3 deletions
|
|
@ -70,7 +70,20 @@ Builds:
|
|||
rm:
|
||||
- app/proguard-rules.pro
|
||||
|
||||
- versionName: 2.0.0
|
||||
versionCode: 11
|
||||
commit: 2.0.0
|
||||
output: build/app/outputs/apk/release/app-release.apk
|
||||
srclibs:
|
||||
- flutter@1.25.0-8.1.pre
|
||||
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 build apk --no-sound-null-safety
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '1.96'
|
||||
CurrentVersionCode: 8
|
||||
UpdateCheckMode: HTTP
|
||||
UpdateCheckData: https://gitlab.com/enjoyingfoss/feeel/-/raw/master/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 2.0.0
|
||||
CurrentVersionCode: 11
|
||||
|
|
|
|||
Loading…
Reference in a new issue