From 42be7da8b70a8de4cffb95046011399da9c36751 Mon Sep 17 00:00:00 2001 From: F-Droid Builder Date: Mon, 29 Apr 2019 15:33:28 +0100 Subject: [PATCH] Update Etheroll to 2019.0426 (202326) --- metadata/com.github.andremiras.etheroll.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/metadata/com.github.andremiras.etheroll.yml b/metadata/com.github.andremiras.etheroll.yml index 16c95da80b..89e5881b68 100644 --- a/metadata/com.github.andremiras.etheroll.yml +++ b/metadata/com.github.andremiras.etheroll.yml @@ -30,6 +30,22 @@ Builds: build: PATH="$HOME/.local/bin:$PATH" buildozer android release ndk: r17c + - versionName: '2019.0426' + versionCode: 202326 + commit: v2019.0426 + sudo: apt-get install -y build-essential libffi-dev libltdl-dev python2.7 zlib1g-dev + output: bin/etheroll-$$VERSION$$-release-unsigned.apk + srclibs: + - buildozer@586152c + prebuild: + - sed -r "s:#?android.sdk_path =.*:android.sdk_path = $$SDK$$:" -i buildozer.spec + - sed -r "s:#?android.ndk_path =.*:android.ndk_path = $$NDK$$:" -i buildozer.spec + - sed -r "s:#?android.accept_sdk_license =.*:android.accept_sdk_license = False:" + -i buildozer.spec + - pip install --user --upgrade $$buildozer$$ Cython==0.28.6 + build: PATH="$HOME/.local/bin:$PATH" buildozer android release + ndk: r17c + MaintainerNotes: |- The build relies on buildozer master (post 0.39 release) which fixes issues with unsigned releases. @@ -42,3 +58,5 @@ AutoUpdateMode: Version v%v UpdateCheckMode: HTTP UpdateCheckData: https://raw.githubusercontent.com/AndreMiras/EtherollApp/develop/src/version.py|__version_code__ = (\d+)|.|__version__ = '(\d+\.\d+)' +CurrentVersion: '2019.0426' +CurrentVersionCode: 202326