mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-20 12:54:49 +00:00
e1547: 18.0.0
This commit is contained in:
parent
ff6b1f449c
commit
6fb710d866
1 changed files with 10 additions and 9 deletions
|
|
@ -7,7 +7,7 @@ Categories:
|
||||||
- Multimedia
|
- Multimedia
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
AuthorName: clragon
|
AuthorName: clragon
|
||||||
AuthorEmail: kenta3ds.habbo@gmail.com
|
AuthorEmail: support@clynamic.net
|
||||||
WebSite: https://e1547.clynamic.net/
|
WebSite: https://e1547.clynamic.net/
|
||||||
SourceCode: https://github.com/clragon/e1547
|
SourceCode: https://github.com/clragon/e1547
|
||||||
IssueTracker: https://github.com/clragon/e1547/issues
|
IssueTracker: https://github.com/clragon/e1547/issues
|
||||||
|
|
@ -61,11 +61,13 @@ Builds:
|
||||||
- popd
|
- popd
|
||||||
- mv $repo/e1547 net.e1547
|
- mv $repo/e1547 net.e1547
|
||||||
|
|
||||||
- versionName: 17.0.0
|
- versionName: 18.0.0
|
||||||
versionCode: 89
|
versionCode: 90
|
||||||
disable: https://github.com/clragon/e1547/issues/110
|
commit: 18a87eafa09c27c998387d4ec99420509c2aafaa
|
||||||
commit: da3216c37c7b3c764aa969d5901363c5993b3f17
|
|
||||||
sudo:
|
sudo:
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install -y openjdk-17-jdk-headless
|
||||||
|
- update-java-alternatives -a
|
||||||
- mkdir -p /home/runner/
|
- mkdir -p /home/runner/
|
||||||
- chown vagrant /home/runner/
|
- chown vagrant /home/runner/
|
||||||
output: build/app/outputs/flutter-apk/app-release.apk
|
output: build/app/outputs/flutter-apk/app-release.apk
|
||||||
|
|
@ -75,8 +77,7 @@ Builds:
|
||||||
- ios
|
- ios
|
||||||
- windows
|
- windows
|
||||||
prebuild:
|
prebuild:
|
||||||
- export FLUTTER_VERSION=$(grep "^ flutter:" pubspec.yaml | cut -d "'" -f2
|
- export FLUTTER_VERSION=$(./.github/workflows/get_flutter_version.sh)
|
||||||
| cut -d ' ' -f1 | cut -d '=' -f2)
|
|
||||||
- pushd $$flutter$$
|
- pushd $$flutter$$
|
||||||
- git checkout -f $FLUTTER_VERSION
|
- git checkout -f $FLUTTER_VERSION
|
||||||
- popd
|
- popd
|
||||||
|
|
@ -109,5 +110,5 @@ AllowedAPKSigningKeys: 8d324e434b975aa338a7a9c7f3077e1fc0dbf1303ec5d9b9634fe83e9
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||||
CurrentVersion: 17.0.0
|
CurrentVersion: 18.0.0
|
||||||
CurrentVersionCode: 89
|
CurrentVersionCode: 90
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue