mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
sanmill - update recipe
This commit is contained in:
parent
6f507ad52c
commit
3874adff10
1 changed files with 6 additions and 6 deletions
|
|
@ -1672,16 +1672,16 @@ Builds:
|
|||
- flutter build apk -v --flavor fdroid
|
||||
ndk: r21e
|
||||
|
||||
- versionName: 2.0.0
|
||||
versionCode: 2627
|
||||
commit: 800d5f7f9d218a3f54e5ca60402de0f9cb0b88d2
|
||||
- versionName: 2.0.1
|
||||
versionCode: 2930
|
||||
commit: 3713d79ea49e8ec40449281cd80b19dfb77ba8e3
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk
|
||||
- update-alternatives --auto java
|
||||
output: src/ui/flutter_app/build/app/outputs/flutter-apk/app-fdroid-release.apk
|
||||
srclibs:
|
||||
- flutter@2.10.3
|
||||
- flutter@3.3.3
|
||||
rm:
|
||||
- ci
|
||||
- src/perfect
|
||||
|
|
@ -1712,5 +1712,5 @@ MaintainerNotes: |-
|
|||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^v.*$
|
||||
UpdateCheckData: src/ui/flutter_app/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 2.0.0
|
||||
CurrentVersionCode: 2627
|
||||
CurrentVersion: 2.0.1
|
||||
CurrentVersionCode: 2930
|
||||
|
|
|
|||
Loading…
Reference in a new issue