mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update HTTP Shortcuts to 2.14.0 (1102140001)
This commit is contained in:
parent
7c2650c6a0
commit
5a74ce3127
1 changed files with 15 additions and 2 deletions
|
|
@ -199,7 +199,20 @@ Builds:
|
||||||
output: build/outputs/apk/release/app-universal-release.apk
|
output: build/outputs/apk/release/app-universal-release.apk
|
||||||
ndk: r21
|
ndk: r21
|
||||||
|
|
||||||
|
- versionName: 2.14.0
|
||||||
|
versionCode: 1102140001
|
||||||
|
commit: 5c23cfd9089478ee03f10e7215832a14ae3f796d
|
||||||
|
subdir: HTTPShortcuts/app
|
||||||
|
sudo:
|
||||||
|
- apt-get update || apt-get update
|
||||||
|
- apt-get install -y openjdk-11-jdk-headless
|
||||||
|
- update-alternatives --auto java
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
output: build/outputs/apk/release/app-universal-release.apk
|
||||||
|
ndk: r21
|
||||||
|
|
||||||
AutoUpdateMode: Version v%v
|
AutoUpdateMode: Version v%v
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: 2.13.0
|
CurrentVersion: 2.14.0
|
||||||
CurrentVersionCode: 1102130002
|
CurrentVersionCode: 1102140001
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue