From 25460c200121c5d57ce1ad39d5818fe74e4d0bd6 Mon Sep 17 00:00:00 2001 From: voluntas Date: Thu, 31 Oct 2024 09:10:20 +0900 Subject: [PATCH] =?UTF-8?q?=E6=BC=8F=E3=82=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/VERSION | 2 +- test/android/app/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/VERSION b/examples/VERSION index 943c9f9..0e2505e 100644 --- a/examples/VERSION +++ b/examples/VERSION @@ -1,6 +1,6 @@ SORA_CPP_SDK_VERSION=2024.8.0-canary.24 WEBRTC_BUILD_VERSION=m129.6668.1.1 BOOST_VERSION=1.86.0 -CMAKE_VERSION=3.30.4 +CMAKE_VERSION=3.30.5 SDL2_VERSION=2.30.8 CLI11_VERSION=v2.4.2 diff --git a/test/android/app/build.gradle b/test/android/app/build.gradle index d2197a4..0a3080c 100644 --- a/test/android/app/build.gradle +++ b/test/android/app/build.gradle @@ -65,7 +65,7 @@ android { externalNativeBuild { cmake { path file('src/main/cpp/CMakeLists.txt') - version '3.30.4' + version '3.30.5' } } buildFeatures {