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"