From 32f1ca882ef4aa008a433cfa38125a784a7e99d1 Mon Sep 17 00:00:00 2001 From: lubomyr Date: Sat, 11 Mar 2017 19:04:19 +0200 Subject: [PATCH] updated api (25) in build.sh script, it fixed openssl compilation --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index eb899092f..2a0913285 100755 --- a/build.sh +++ b/build.sh @@ -93,7 +93,7 @@ else fi [ -e project/local.properties ] || { - android update project -p project -t android-23 || exit 1 + android update project -p project -t android-25 || exit 1 rm -f project/src/Globals.java }