mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
Update PhotoChiotte to 1.11 (12)
This commit is contained in:
parent
ed7a25e11c
commit
f73dc5620f
1 changed files with 23 additions and 2 deletions
|
|
@ -46,7 +46,28 @@ Builds:
|
|||
.
|
||||
ndk: r21d
|
||||
|
||||
- versionName: '1.11'
|
||||
versionCode: 12
|
||||
commit: v1.11
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y g++
|
||||
- apt-get install -y -t testing nasm
|
||||
- pip3 install wheel==0.35.1
|
||||
- pip3 install ninja==1.10.0
|
||||
- pip3 install meson==0.56.0
|
||||
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: r21d
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '1.10'
|
||||
CurrentVersionCode: 11
|
||||
CurrentVersion: '1.11'
|
||||
CurrentVersionCode: 12
|
||||
|
|
|
|||
Loading…
Reference in a new issue