mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-16 03:01:44 +00:00
Update PhotoChiotte to 1.20 (21)
This commit is contained in:
parent
7a0ce1fe58
commit
efbc144355
1 changed files with 24 additions and 2 deletions
|
|
@ -239,7 +239,29 @@ Builds:
|
||||||
.
|
.
|
||||||
ndk: r22b
|
ndk: r22b
|
||||||
|
|
||||||
|
- versionName: '1.20'
|
||||||
|
versionCode: 21
|
||||||
|
commit: 8bbd84c77c7114db3f086f6a3a7646721fd36f81
|
||||||
|
subdir: app
|
||||||
|
sudo:
|
||||||
|
- apt-get update || apt-get update
|
||||||
|
- apt-get install -y -t testing nasm
|
||||||
|
- pip3 install wheel
|
||||||
|
- pip3 install ninja
|
||||||
|
- pip3 install meson
|
||||||
|
- apt-get install -y openjdk-11-jdk-headless
|
||||||
|
- update-alternatives --auto java
|
||||||
|
gradle:
|
||||||
|
- flavorA
|
||||||
|
build:
|
||||||
|
- cd ..
|
||||||
|
- bash dlbuild.sh all
|
||||||
|
- cd app/src/main/cpp
|
||||||
|
- cmake -DANDROID_NATIVE_API_LEVEL=21 -DCMAKE_TOOLCHAIN_FILE=$$NDK$$/build/cmake/android.toolchain.cmake
|
||||||
|
.
|
||||||
|
ndk: r22b
|
||||||
|
|
||||||
AutoUpdateMode: Version v%v
|
AutoUpdateMode: Version v%v
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: '1.19'
|
CurrentVersion: '1.20'
|
||||||
CurrentVersionCode: 20
|
CurrentVersionCode: 21
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue