From 392cb7e1a5eb974e74a4d5f36e6873d120d29e42 Mon Sep 17 00:00:00 2001 From: The Judge <53906078+thejudge156@users.noreply.github.com> Date: Tue, 15 Oct 2024 15:25:05 -0700 Subject: [PATCH] Update buildjdk.sh --- buildjdk.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildjdk.sh b/buildjdk.sh index 21e52ac2..a192a06e 100755 --- a/buildjdk.sh +++ b/buildjdk.sh @@ -39,7 +39,7 @@ if [ "$BUILD_IOS" != "1" ]; then STRIP=$STRIP \ " - export BOOT_JDK=$PWD/jdk-22.0.1 + export BOOT_JDK=$PWD/jdk-23.0.1 export CFLAGS+=" -DANDROID" export LDFLAGS+=" -L$PWD/dummy_libs"