mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Merge branch 'feature/com.enjoyingfoss.feeel-new' into 'master'
Feeel: add 2.0.0 Closes #2273 See merge request fdroid/fdroiddata!8249
This commit is contained in:
commit
8da5b416ae
1 changed files with 16 additions and 3 deletions
|
|
@ -70,7 +70,20 @@ Builds:
|
||||||
rm:
|
rm:
|
||||||
- app/proguard-rules.pro
|
- 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
|
AutoUpdateMode: Version %v
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: HTTP
|
||||||
CurrentVersion: '1.96'
|
UpdateCheckData: https://gitlab.com/enjoyingfoss/feeel/-/raw/master/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||||
CurrentVersionCode: 8
|
CurrentVersion: 2.0.0
|
||||||
|
CurrentVersionCode: 11
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue