mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
拷贝漫画: 2.0.beta14
This commit is contained in:
parent
94174f24b5
commit
1b2cef9c7a
2 changed files with 15 additions and 2 deletions
|
|
@ -12,7 +12,7 @@ AutoName: 拷贝漫画
|
||||||
|
|
||||||
RepoType: git
|
RepoType: git
|
||||||
Repo: https://github.com/fumiama/copymanga.git
|
Repo: https://github.com/fumiama/copymanga.git
|
||||||
Binaries: https://github.com/fumiama/copymanga/releases/download/%v/top.fumiama.copymanga_%c.apk
|
Binaries: https://github.com/fumiama/copymanga/releases/download/v%v/CopyManga_%v_sorted.apk
|
||||||
|
|
||||||
Builds:
|
Builds:
|
||||||
- versionName: 2.0.beta11
|
- versionName: 2.0.beta11
|
||||||
|
|
@ -26,7 +26,18 @@ Builds:
|
||||||
gradle:
|
gradle:
|
||||||
- yes
|
- yes
|
||||||
|
|
||||||
AutoUpdateMode: None
|
- versionName: 2.0.beta14
|
||||||
|
versionCode: 26
|
||||||
|
commit: 282ef143855a9eaa350f0d05c2c6b5765d3ed61c
|
||||||
|
subdir: app
|
||||||
|
output: out.apk
|
||||||
|
srclibs:
|
||||||
|
- reproducible-apk-tools@v0.1.1
|
||||||
|
build:
|
||||||
|
- gradle assembleRelease
|
||||||
|
- $$reproducible-apk-tools$$/sort-apk.py build/outputs/apk/release/*.apk out.apk
|
||||||
|
|
||||||
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: 2.0.beta14
|
CurrentVersion: 2.0.beta14
|
||||||
CurrentVersionCode: 26
|
CurrentVersionCode: 26
|
||||||
|
|
|
||||||
2
srclibs/reproducible-apk-tools.yml
Normal file
2
srclibs/reproducible-apk-tools.yml
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/obfusk/reproducible-apk-tools
|
||||||
Loading…
Reference in a new issue