mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 03:09:11 +00:00
libresudoku - update
This commit is contained in:
parent
b31c8373b1
commit
bb5ded7903
1 changed files with 17 additions and 21 deletions
|
|
@ -2,16 +2,16 @@ Categories:
|
|||
- Games
|
||||
License: GPL-3.0-only
|
||||
AuthorName: kaajjo
|
||||
SourceCode: https://github.com/kaajjo/Libre-Sudoku
|
||||
IssueTracker: https://github.com/kaajjo/Libre-Sudoku/issues
|
||||
SourceCode: https://github.com/kaajjo/LibreSudoku
|
||||
IssueTracker: https://github.com/kaajjo/LibreSudoku/issues
|
||||
Translation: https://hosted.weblate.org/engage/libresudoku/
|
||||
Changelog: https://github.com/kaajjo/Libre-Sudoku/releases
|
||||
Changelog: https://github.com/kaajjo/LibreSudoku/releases
|
||||
|
||||
AutoName: LibreSudoku
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/kaajjo/Libre-Sudoku.git
|
||||
Binaries: https://github.com/kaajjo/Libre-Sudoku/releases/download/v%v/libresudoku-foss-v%v.apk
|
||||
Repo: https://github.com/kaajjo/LibreSudoku.git
|
||||
Binaries: https://github.com/kaajjo/LibreSudoku/releases/download/v%v/libresudoku-FOSS-v%v.apk
|
||||
|
||||
Builds:
|
||||
- versionName: 1.5.0
|
||||
|
|
@ -24,28 +24,24 @@ Builds:
|
|||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
binary: https://github.com/kaajjo/Libre-Sudoku/releases/download/v%v/app-release.apk
|
||||
binary: https://github.com/kaajjo/LibreSudoku/releases/download/v%v/app-release.apk
|
||||
|
||||
- versionName: 2.0.0
|
||||
versionCode: 20
|
||||
disable: https://github.com/kaajjo/LibreSudoku/issues/135
|
||||
commit: a51405efa74dcfa35f71eeda0daba6fd344f75a9
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
binary: https://github.com/kaajjo/LibreSudoku/releases/download/v%v/libresudoku-v%v.apk
|
||||
|
||||
- versionName: 2.0.1
|
||||
versionCode: 21
|
||||
disable: https://github.com/kaajjo/LibreSudoku/issues/135
|
||||
commit: c7aefeaa312d0198ce37efbd373de6e7c728cb6e
|
||||
- versionName: 2.0.2
|
||||
versionCode: 22
|
||||
commit: 12accab4b09473d1967e9adef6138591485a26ed
|
||||
subdir: app
|
||||
gradle:
|
||||
- foss
|
||||
srclibs:
|
||||
- reproducible-apk-tools@v0.3.0
|
||||
postbuild:
|
||||
- mv $$OUT$$ unaligned.apk
|
||||
- $$reproducible-apk-tools$$/zipalign.py --page-size 16 --pad-like-apksigner
|
||||
--replace unaligned.apk $$OUT$$
|
||||
|
||||
AllowedAPKSigningKeys: 4e040a7f5f27dd49eb971c921e5aadc457d1573bacd1d682185c752dcd31424e
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 2.0.1
|
||||
CurrentVersionCode: 21
|
||||
CurrentVersion: 2.0.2
|
||||
CurrentVersionCode: 22
|
||||
|
|
|
|||
Loading…
Reference in a new issue