mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
Update Lyrics2 to 1.0.2 (26)
This commit is contained in:
parent
4fab805de4
commit
7dacb4ba6f
1 changed files with 27 additions and 3 deletions
|
|
@ -10,7 +10,7 @@ SourceCode: https://github.com/f-leoni/lyrics2
|
|||
IssueTracker: https://github.com/f-leoni/lyrics2/issues
|
||||
Changelog: https://github.com/f-leoni/lyrics2
|
||||
|
||||
AutoName: lyrics_2
|
||||
AutoName: Lyrics2
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/f-leoni/lyrics2
|
||||
|
|
@ -88,8 +88,32 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- .flutter/bin/flutter build apk --release
|
||||
|
||||
- versionName: 1.0.2
|
||||
versionCode: 26
|
||||
commit: 59ccb535fb6e62be7f961eeba2d33d5ec782885a
|
||||
submodules: true
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
rm:
|
||||
- ios
|
||||
- web
|
||||
prebuild:
|
||||
- curl -o lib/env.dart https://oc.zitzu.it/index.php/s/CdyDNRDjbdKGQpA/download/env.dart
|
||||
- curl -o android/app/google-services.json https://oc.zitzu.it/index.php/s/8cxaAdBnc7d9aya/download/google-services.json
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- .flutter/bin/flutter config --no-analytics
|
||||
- .flutter/bin/flutter pub get
|
||||
scanignore:
|
||||
- .flutter/packages/flutter_tools/gradle/flutter.gradle
|
||||
- .flutter/bin/cache
|
||||
scandelete:
|
||||
- .flutter
|
||||
- .pub-cache
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- .flutter/bin/flutter build apk --release
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.0.1
|
||||
CurrentVersionCode: 25
|
||||
CurrentVersion: 1.0.2
|
||||
CurrentVersionCode: 26
|
||||
|
|
|
|||
Loading…
Reference in a new issue