From 56b2b9786305884ced94dfc9ad18ce3229453b60 Mon Sep 17 00:00:00 2001 From: "DESKTOP-NEC290S\\HSP" <1101121039@qq.com> Date: Fri, 5 May 2023 19:53:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- local.properties | 3 ++- scanner/build.gradle | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/local.properties b/local.properties index 95de47f..ec4c99f 100644 --- a/local.properties +++ b/local.properties @@ -4,5 +4,6 @@ # Location of the SDK. This is only used by Gradle. # For customization when using a Version Control System, please read the # header note. -#Wed Nov 10 09:43:37 GMT+08:00 2021 +#Fri May 05 19:45:09 GMT+08:00 2023 sdk.dir=C\:\\Users\\HSP\\AppData\\Local\\Android\\Sdk +#ndk.dir=C\:\\Users\\HSP\\AppData\\Local\\Android\\Sdk\\ndk\\21.0.6113669 diff --git a/scanner/build.gradle b/scanner/build.gradle index 58b1b73..c82f68b 100644 --- a/scanner/build.gradle +++ b/scanner/build.gradle @@ -11,6 +11,7 @@ task generateSourcesJar(type: Jar) { android { compileSdkVersion 30 buildToolsVersion "30.0.2" + ndkVersion '22.1.7171670' // Jitpack构建ndk版本,发布新版本时打开 defaultConfig { minSdkVersion 21