mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
Image Resizer: update binary url
This commit is contained in:
parent
f0ce400ffd
commit
e92a96c379
1 changed files with 4 additions and 2 deletions
|
|
@ -10,7 +10,7 @@ AutoName: Image Resizer
|
|||
|
||||
RepoType: git
|
||||
Repo: https://github.com/T8RIN/ImageResizer.git
|
||||
Binaries: https://github.com/T8RIN/ImageResizer/releases/download/%v/app-release.apk
|
||||
Binaries: https://github.com/T8RIN/ImageResizer/releases/download/%v/image-resizer-%v.apk
|
||||
|
||||
Builds:
|
||||
- versionName: 1.5.1
|
||||
|
|
@ -21,6 +21,7 @@ Builds:
|
|||
- apt-get update
|
||||
- apt-get install -y zipalign
|
||||
output: out.apk
|
||||
binary: https://github.com/T8RIN/ImageResizer/releases/download/%v/app-release.apk
|
||||
srclibs:
|
||||
- reproducible-apk-tools@v0.2.3
|
||||
build:
|
||||
|
|
@ -35,6 +36,7 @@ Builds:
|
|||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
binary: https://github.com/T8RIN/ImageResizer/releases/download/%v/app-release.apk
|
||||
|
||||
- versionName: 1.8.0
|
||||
versionCode: 27
|
||||
|
|
@ -42,6 +44,7 @@ Builds:
|
|||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
binary: https://github.com/T8RIN/ImageResizer/releases/download/%v/app-release.apk
|
||||
|
||||
- versionName: 1.8.5
|
||||
versionCode: 32
|
||||
|
|
@ -49,7 +52,6 @@ Builds:
|
|||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
binary: https://github.com/T8RIN/ImageResizer/releases/download/%v/image-resizer-%v.apk
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
|
|
|
|||
Loading…
Reference in a new issue