diff --git a/metadata/la.daube.photochiotte.yml b/metadata/la.daube.photochiotte.yml index e3493bde4c..07a80b0c93 100644 --- a/metadata/la.daube.photochiotte.yml +++ b/metadata/la.daube.photochiotte.yml @@ -153,7 +153,27 @@ Builds: . ndk: r22b + - versionName: '1.16' + versionCode: 17 + commit: 21f429186a4bf4e852719d4ec6cf9a24154fc266 + 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 + 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 UpdateCheckMode: Tags -CurrentVersion: '1.15' -CurrentVersionCode: 16 +CurrentVersion: '1.16' +CurrentVersionCode: 17