From aaa7e91db40bf0617d9c146d0ed60ef48084b4e1 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Sun, 7 Apr 2019 16:18:48 +0000 Subject: [PATCH] Update com.github.andremiras.etheroll.yml Fix lint error --- metadata/com.github.andremiras.etheroll.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/metadata/com.github.andremiras.etheroll.yml b/metadata/com.github.andremiras.etheroll.yml index d2d5756b3f..4f4714eade 100644 --- a/metadata/com.github.andremiras.etheroll.yml +++ b/metadata/com.github.andremiras.etheroll.yml @@ -23,7 +23,8 @@ Builds: 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 + - 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: r17b