diff --git a/build-debug.sh b/build-debug.sh index 157c743..7cbd786 100644 --- a/build-debug.sh +++ b/build-debug.sh @@ -1,2 +1,2 @@ -#!/bin/sh +#!/bin/bash buildozer android debug <<< y diff --git a/build-release.sh b/build-release.sh index 55259f0..194376e 100644 --- a/build-release.sh +++ b/build-release.sh @@ -1,2 +1,2 @@ -#!/bin/sh +#!/bin/bash buildozer android release <<< y