From 708b9e356a43cdc8e2d269618b3fcdc6c5f072c9 Mon Sep 17 00:00:00 2001 From: Brad Parker Date: Wed, 13 Mar 2019 18:27:20 -0400 Subject: [PATCH] android: bump to api level 26 --- libretro-buildbot-recipe.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libretro-buildbot-recipe.sh b/libretro-buildbot-recipe.sh index 094a7be3..7574707e 100755 --- a/libretro-buildbot-recipe.sh +++ b/libretro-buildbot-recipe.sh @@ -993,9 +993,9 @@ EOF git reset --hard fi ant clean | tee -a "$LOGFILE" - android update project --path . --target android-24 | tee -a "$LOGFILE" - android update project --path libs/googleplay --target android-24 | tee -a "$LOGFILE" - android update project --path libs/appcompat --target android-24 | tee -a "$LOGFILE" + android update project --path . --target android-26 | tee -a "$LOGFILE" + android update project --path libs/googleplay --target android-26 | tee -a "$LOGFILE" + android update project --path libs/appcompat --target android-26 | tee -a "$LOGFILE" TARGET_ABIS=${TARGET_ABIS/arm64-v8a /} ant release | tee -a "$LOGFILE" if [ -z "$BRANCH" ]; then cp -rv bin/retroarch-release.apk $RARCH_DIR/retroarch-release.apk | tee -a "$LOGFILE"