From 52126aa2193bcbcbfb25ab25edf6a35352640737 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?whalensun=28=E5=AD=99=E4=BC=9F=29?= <532125505@qq.com> Date: Thu, 25 Apr 2024 11:12:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7NDK=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Iec0c10b53cc2edbcebb9d633c60b60a3a6ad91a6 --- explorer/explorer-device-video/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/explorer/explorer-device-video/build.gradle b/explorer/explorer-device-video/build.gradle index ac829c07..63b53ce6 100644 --- a/explorer/explorer-device-video/build.gradle +++ b/explorer/explorer-device-video/build.gradle @@ -30,7 +30,7 @@ android { sourceCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8 } - ndkVersion '22.1.7171670' + ndkVersion '22.0.7026061' sourceSets.main { jni.srcDirs = []