diff --git a/metadata/la.daube.photochiotte.yml b/metadata/la.daube.photochiotte.yml index 07a80b0c93..86db68df41 100644 --- a/metadata/la.daube.photochiotte.yml +++ b/metadata/la.daube.photochiotte.yml @@ -173,7 +173,27 @@ Builds: . ndk: r22b + - versionName: '1.17' + versionCode: 18 + commit: 1476c56ecd70d9cb89a1376d90f41d308f0c1954 + 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.16' -CurrentVersionCode: 17 +CurrentVersion: '1.17' +CurrentVersionCode: 18