mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
Update HTTP Shortcuts to 2.23.0 (1102230002)
This commit is contained in:
parent
28ffdc9fc3
commit
fe89d3c989
1 changed files with 15 additions and 2 deletions
|
|
@ -316,7 +316,20 @@ Builds:
|
|||
prebuild: sed -i -e '/isEnable = true/d' build.gradle.kts
|
||||
ndk: r23c
|
||||
|
||||
- versionName: 2.23.0
|
||||
versionCode: 1102230002
|
||||
commit: 7a6276054184e2c3d7199fa821ceac1ea8325265
|
||||
subdir: HTTPShortcuts/app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
prebuild: sed -i -e '/isEnable = true/d' build.gradle.kts
|
||||
ndk: r23c
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 2.22.0
|
||||
CurrentVersionCode: 1102220001
|
||||
CurrentVersion: 2.23.0
|
||||
CurrentVersionCode: 1102230002
|
||||
|
|
|
|||
Loading…
Reference in a new issue