From 234d597083de422305c3ebcb865edee13a782a97 Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Fri, 20 Oct 2023 01:10:58 +0000 Subject: [PATCH] Bump some android SDK versions. git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4555 ed5197a5-7fde-0310-b194-c3ffbd925b24 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 97fec3cf..022e3bc2 100644 --- a/Makefile +++ b/Makefile @@ -35,9 +35,9 @@ CFLAGS += \ -fno-exceptions \ -g -ANDROID_BUILD_TOOLS := $(ANDROID_SDK)/build-tools/33.0.1 +ANDROID_BUILD_TOOLS := $(ANDROID_SDK)/build-tools/34.0.0 ANDROID_PLATFORM := $(ANDROID_SDK)/platforms/android-33 -ANDROID_NDK ?= $(ANDROID_SDK)/ndk/23.1.7779620 +ANDROID_NDK ?= $(ANDROID_SDK)/ndk/26.0.10792818 ANDROID_MIN_SDK_VERSION := 28 ANDROID_ARMV7A_TARGETS := \