From 31d7e9e9624b10b0ae0effeb079a91b68aa283d5 Mon Sep 17 00:00:00 2001 From: Matthew Date: Mon, 6 May 2024 14:29:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 2 +- gradle.properties | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 9b2bf1c6..900306ee 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -24,7 +24,7 @@ android { defaultConfig { applicationId "com.xypower.mpapp" - minSdk 25 + minSdk COMPILE_MIN_SDK_VERSION as int //noinspection ExpiredTargetSdkVersion targetSdk 28 versionCode AppVersionCode diff --git a/gradle.properties b/gradle.properties index eb8cc61f..70dee003 100644 --- a/gradle.properties +++ b/gradle.properties @@ -18,6 +18,11 @@ android.nonTransitiveRClass=true android.useAndroidX=true android.enableJetifier=true +BUILD_TOOLS_VERSION=33.0.3 +COMPILE_SDK_VERSION=33 +TARGET_SDK_VERSION=28 +COMPILE_MIN_SDK_VERSION=25 + opencvsdk=D:/Workspace/deps/opencv-mobile-4.9.0-android # opencvsdk=D:/Workspace/deps/opencv-mobile-3.4.20-android coreroot=D:/Workspace/Github/xymp/xymp/Core