mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
misc fixes
This commit is contained in:
parent
d00f1a7d09
commit
c81c773839
2 changed files with 5 additions and 17 deletions
|
|
@ -61,21 +61,9 @@ Builds:
|
|||
- yes
|
||||
prebuild: sed -i -e '/INTERNET/d' src/main/AndroidManifest.xml
|
||||
|
||||
- versionName: 2.1.0
|
||||
versionCode: 21032
|
||||
commit: e3ece8997353999af9b53863f46f0b910c66561a
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-17-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
prebuild: sed -i -e '/INTERNET/d' src/main/AndroidManifest.xml
|
||||
|
||||
AllowedAPKSigningKeys: 784605dd5075be058278a5425cbde5213162cbb4591b4428f44e75e08cc6438a
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckMode: Tags ^[\d.]+-\d+$
|
||||
CurrentVersion: 2.1.0
|
||||
CurrentVersionCode: 21032
|
||||
CurrentVersionCode: 21009
|
||||
|
|
|
|||
|
|
@ -396,7 +396,7 @@ Builds:
|
|||
- web
|
||||
- windows
|
||||
prebuild:
|
||||
- export flutterVersion=$(sed -n -E "s/.*flutter-version:\s([0-9.]+)/\1/p" .github/workflows/main.yml
|
||||
- export flutterVersion=$(sed -n -E "s/.*flutter-version:\s([0-9.]+)/\1/p" .github/workflows/release_ci.yml
|
||||
| head -n 1)
|
||||
- pushd $$flutter$$
|
||||
- git checkout -f $flutterVersion
|
||||
|
|
@ -455,7 +455,7 @@ Builds:
|
|||
- web
|
||||
- windows
|
||||
prebuild:
|
||||
- export flutterVersion=$(sed -n -E "s/.*flutter-version:\s([1-9.]+)/\1/p" .github/workflows/main.yml
|
||||
- export flutterVersion=$(sed -n -E "s/.*flutter-version:\s([1-9.]+)/\1/p" .github/workflows/release_ci.yml
|
||||
| head -n 1)
|
||||
- pushd $$flutter$$
|
||||
- git checkout -f $flutterVersion
|
||||
|
|
@ -515,7 +515,7 @@ Builds:
|
|||
- web
|
||||
- windows
|
||||
prebuild:
|
||||
- export flutterVersion=$(sed -n -E "s/.*flutter-version:\s([0-9.]+)/\1/p" .github/workflows/main.yml
|
||||
- export flutterVersion=$(sed -n -E "s/.*flutter-version:\s([0-9.]+)/\1/p" .github/workflows/release_ci.yml
|
||||
| head -n 1)
|
||||
- pushd $$flutter$$
|
||||
- git checkout -f $flutterVersion
|
||||
|
|
|
|||
Loading…
Reference in a new issue