mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-14 02:01:42 +00:00
Update HTTP Shortcuts to 3.2.0 (1103020001)
This commit is contained in:
parent
81427e450c
commit
c7cba89327
1 changed files with 16 additions and 2 deletions
|
|
@ -442,7 +442,21 @@ Builds:
|
||||||
= ":inputFile = "../:g' -e 's:templateFile = ":templateFile = "../:g' build.gradle.kts
|
= ":inputFile = "../:g' -e 's:templateFile = ":templateFile = "../:g' build.gradle.kts
|
||||||
ndk: r23c
|
ndk: r23c
|
||||||
|
|
||||||
|
- versionName: 3.2.0
|
||||||
|
versionCode: 1103020001
|
||||||
|
commit: ce78b6432895da68a5127dc2d95dbb451c1411bc
|
||||||
|
subdir: HTTPShortcuts/app
|
||||||
|
sudo:
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install -y openjdk-17-jdk-headless
|
||||||
|
- update-java-alternatives -a
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
prebuild: sed -i -e '/isEnable = true/d' -e 's:File("app/:File(":' -e 's:inputFile
|
||||||
|
= ":inputFile = "../:g' -e 's:templateFile = ":templateFile = "../:g' build.gradle.kts
|
||||||
|
ndk: r23c
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: 3.1.0
|
CurrentVersion: 3.2.0
|
||||||
CurrentVersionCode: 1103010000
|
CurrentVersionCode: 1103020001
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue