mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
Update tldr to 1.1.0 (3)
This commit is contained in:
parent
3f6b6411c7
commit
23c7a46599
1 changed files with 14 additions and 2 deletions
|
|
@ -24,8 +24,20 @@ Builds:
|
|||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter build apk --no-sound-null-safety
|
||||
|
||||
- versionName: 1.1.0
|
||||
versionCode: 3
|
||||
commit: v1.1.0
|
||||
output: build/app/outputs/apk/release/app-release.apk
|
||||
srclibs:
|
||||
- flutter@2.0.3
|
||||
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%v
|
||||
UpdateCheckMode: HTTP
|
||||
UpdateCheckData: https://raw.githubusercontent.com/Techno-Disaster/tldr-flutter/master/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.0.1
|
||||
CurrentVersionCode: 2
|
||||
CurrentVersion: 1.1.0
|
||||
CurrentVersionCode: 3
|
||||
|
|
|
|||
Loading…
Reference in a new issue