Update Stitch to v1.1.11 (29)

This commit is contained in:
F-Droid checkupdates bot 2022-08-16 05:19:31 +00:00
parent 6504039441
commit 271659ad65

View file

@ -54,8 +54,29 @@ Builds:
- app/src/main/jni
ndk: r22b
- versionName: v1.1.11
versionCode: 29
commit: v1.1.11
subdir: app
submodules: true
sudo:
- apt-get update || apt-get update
- apt-get install -y openjdk-11-jdk-headless
- update-alternatives --auto java
- apt-get install -y ninja-build
- curl -Lo cmake.tar.gz https://github.com/Kitware/CMake/releases/download/v3.22.1/cmake-3.22.1-linux-x86_64.tar.gz
- echo "73565c72355c6652e9db149249af36bcab44d9d478c5546fd926e69ad6b43640 cmake.tar.gz"
| sha256sum -c -
- tar xzf cmake.tar.gz --strip-components=1 -C /usr/local/
gradle:
- yes
prebuild: sed -i -e '/enable true/d' build.gradle
scandelete:
- app/src/main/jni
ndk: r22b
AutoUpdateMode: Version %v
UpdateCheckMode: HTTP
UpdateCheckData: https://github.com/ekibun/Stitch/releases/latest/download/output-metadata.json|"versionCode":\s(\d+)|.|"versionName":\s"(.+)"
CurrentVersion: v1.1.8
CurrentVersionCode: 26
CurrentVersion: v1.1.11
CurrentVersionCode: 29