mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
misc fixes
This commit is contained in:
parent
275040b68d
commit
6441bedba1
3 changed files with 10 additions and 2 deletions
|
|
@ -65,7 +65,7 @@ Builds:
|
|||
srclibs:
|
||||
- reproducible-apk-tools@v0.2.3
|
||||
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines $$OUT$$
|
||||
'assets/chapters.json' 'assets/translation.json' 'assets/verse.json'
|
||||
'assets/*.json'
|
||||
|
||||
AllowedAPKSigningKeys: eb000a2e30eec2a5473ff3949f3d9db125d1376314b9479613acb0d22589eb82
|
||||
|
||||
|
|
|
|||
|
|
@ -683,9 +683,13 @@ Builds:
|
|||
versionCode: 85
|
||||
commit: 2e09e670d330d32335f17d91dd067193c5f3625d
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-17-jdk-headless
|
||||
- update-java-alternatives -a
|
||||
output: build/app/outputs/flutter-apk/app-production-release.apk
|
||||
srclibs:
|
||||
- flutter@3.7.0
|
||||
- flutter@3.16.4
|
||||
rm:
|
||||
- app/ios
|
||||
- app/linux
|
||||
|
|
|
|||
|
|
@ -278,6 +278,10 @@ Builds:
|
|||
commit: fdf23e2c28dfb4bbd5326da0cbd793f48d0fad69
|
||||
subdir: app
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-17-jdk-headless
|
||||
- update-java-alternatives -a
|
||||
gradle:
|
||||
- yes
|
||||
scanignore:
|
||||
|
|
|
|||
Loading…
Reference in a new issue