diff --git a/metadata/com.github.andremiras.etheroll.yml b/metadata/com.github.andremiras.etheroll.yml index 4f4714eade..9a47d5712d 100644 --- a/metadata/com.github.andremiras.etheroll.yml +++ b/metadata/com.github.andremiras.etheroll.yml @@ -19,7 +19,7 @@ Builds: sudo: apt-get install -y build-essential libffi-dev libltdl-dev python2.7 zlib1g-dev output: bin/etheroll-$$VERSION$$-release-unsigned.apk srclibs: - - buildozer@dfd2ceb + - 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 @@ -27,7 +27,7 @@ Builds: -i buildozer.spec - pip install --user --upgrade $$buildozer$$ Cython==0.28.6 build: PATH="$HOME/.local/bin:$PATH" buildozer android release - ndk: r17b + ndk: r17c MaintainerNotes: |- The build relies on buildozer master (post 0.39 release) which fixes issues