mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update GitTouch to 1.12.4 (25)
This commit is contained in:
parent
a0a0d01d8d
commit
d42dab9c3d
1 changed files with 14 additions and 2 deletions
|
|
@ -59,8 +59,20 @@ Builds:
|
||||||
- $$flutter$$/bin/flutter config --no-analytics
|
- $$flutter$$/bin/flutter config --no-analytics
|
||||||
- $$flutter$$/bin/flutter build apk --no-tree-shake-icons
|
- $$flutter$$/bin/flutter build apk --no-tree-shake-icons
|
||||||
|
|
||||||
|
- versionName: 1.12.4
|
||||||
|
versionCode: 25
|
||||||
|
commit: v1.12.4
|
||||||
|
output: build/app/outputs/apk/release/app-release.apk
|
||||||
|
srclibs:
|
||||||
|
- flutter@1.22.5
|
||||||
|
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-tree-shake-icons
|
||||||
|
|
||||||
AutoUpdateMode: Version v%v
|
AutoUpdateMode: Version v%v
|
||||||
UpdateCheckMode: HTTP
|
UpdateCheckMode: HTTP
|
||||||
UpdateCheckData: https://raw.githubusercontent.com/git-touch/git-touch/main/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
UpdateCheckData: https://raw.githubusercontent.com/git-touch/git-touch/main/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||||
CurrentVersion: 1.12.3
|
CurrentVersion: 1.12.4
|
||||||
CurrentVersionCode: 24
|
CurrentVersionCode: 25
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue