mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
freeDictionaryApp: fix
This commit is contained in:
parent
8f211ba600
commit
d1d73a26a2
1 changed files with 5 additions and 4 deletions
|
|
@ -15,7 +15,7 @@ AutoName: freeDictionary
|
|||
|
||||
RepoType: git
|
||||
Repo: https://github.com/yamin8000/freeDictionaryApp.git
|
||||
Binaries: https://github.com/yamin8000/freeDictionaryApp/releases/download/%v/app-release.apk
|
||||
Binaries: https://github.com/yamin8000/freeDictionaryApp/releases/download/%v/io.github.yamin8000.owl-v%c.%v.-release.apk
|
||||
|
||||
Builds:
|
||||
- versionName: 1.5.5
|
||||
|
|
@ -28,6 +28,7 @@ Builds:
|
|||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
binary: https://github.com/yamin8000/freeDictionaryApp/releases/download/%v/app-release.apk
|
||||
srclibs:
|
||||
- reproducible-apk-tools@v0.2.3
|
||||
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines $$OUT$$
|
||||
|
|
@ -43,6 +44,7 @@ Builds:
|
|||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
binary: https://github.com/yamin8000/freeDictionaryApp/releases/download/%v/app-release.apk
|
||||
srclibs:
|
||||
- reproducible-apk-tools@v0.2.3
|
||||
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines $$OUT$$
|
||||
|
|
@ -50,8 +52,7 @@ Builds:
|
|||
|
||||
- versionName: 1.5.7
|
||||
versionCode: 33
|
||||
disable: reproducible build failed, different pg-map-id, https://github.com/yamin8000/freeDictionaryApp/issues/55
|
||||
commit: 5f6793131be4d1801385d25eedd90f630db7d652
|
||||
commit: 1036f482f47468196dce6a7e7887fd32f92c6923
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update
|
||||
|
|
@ -61,7 +62,7 @@ Builds:
|
|||
- yes
|
||||
srclibs:
|
||||
- reproducible-apk-tools@v0.2.3
|
||||
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines $$OUT$$
|
||||
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines '$$OUT$$'
|
||||
'META-INF/services/*'
|
||||
|
||||
AllowedAPKSigningKeys: c5fc36a2d18057155a471f456216f0b1f07755f33147f938c92ea6275dced4d2
|
||||
|
|
|
|||
Loading…
Reference in a new issue