mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update Feeel to 2.0.2 (13)
This commit is contained in:
parent
efd151cf77
commit
6140eba2ae
1 changed files with 14 additions and 2 deletions
|
|
@ -94,8 +94,20 @@ Builds:
|
||||||
- $$flutter$$/bin/flutter config --no-analytics
|
- $$flutter$$/bin/flutter config --no-analytics
|
||||||
- $$flutter$$/bin/flutter build apk --no-sound-null-safety
|
- $$flutter$$/bin/flutter build apk --no-sound-null-safety
|
||||||
|
|
||||||
|
- versionName: 2.0.2
|
||||||
|
versionCode: 13
|
||||||
|
commit: 2.0.2
|
||||||
|
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: HTTP
|
UpdateCheckMode: HTTP
|
||||||
UpdateCheckData: https://gitlab.com/enjoyingfoss/feeel/-/raw/master/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
UpdateCheckData: https://gitlab.com/enjoyingfoss/feeel/-/raw/master/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||||
CurrentVersion: 2.0.1
|
CurrentVersion: 2.0.2
|
||||||
CurrentVersionCode: 12
|
CurrentVersionCode: 13
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue