6.6.1 - Alpha2 - 构建脚本增加适配 Intellij IDEA 2024.3.1 的 Android Gradle 版本
This commit is contained in:
@@ -98,7 +98,6 @@ dependencies /* Unclassified */ {
|
||||
implementation("net.lingala.zip4j:zip4j:2.11.5")
|
||||
|
||||
// Log4j
|
||||
implementation("de.mindpipe.android:android-logging-log4j:1.0.3")
|
||||
// FIXME by SuperMonster003 on Aug 14, 2024.
|
||||
// ! Vulnerable dependency (5 vulnerabilities) for log4j (version 1):
|
||||
// ! - CVE-2022-23307, Score: 8.8
|
||||
@@ -108,7 +107,9 @@ dependencies /* Unclassified */ {
|
||||
// ! - CVE-2019-17571, Score: 9.8
|
||||
// ! However, log4j version 2 which requires Android API Level not lower than 26
|
||||
// ! is not compatible with current project with min API Level 24.
|
||||
// !
|
||||
// ! zh-CN:
|
||||
// !
|
||||
// ! 依赖库 log4j (第一版本) 是易受攻击的 (含 5 项漏洞):
|
||||
// ! - CVE-2022-23307, 评分: 8.8
|
||||
// ! - CVE-2022-23305, 评分: 9.8
|
||||
@@ -119,6 +120,9 @@ dependencies /* Unclassified */ {
|
||||
// ! 与最低 API 级别为 24 的当前项目无法兼容.
|
||||
implementation("log4j:log4j:1.2.17")
|
||||
|
||||
// Android Logging Log4j
|
||||
implementation("de.mindpipe.android:android-logging-log4j:1.0.3")
|
||||
|
||||
// Preference
|
||||
implementation("androidx.preference:preference-ktx:1.2.1")
|
||||
|
||||
|
||||
@@ -198,6 +198,7 @@ pluginManagement {
|
||||
val intelliJIdea = object : Platform(
|
||||
name = "IntelliJIdea", abbr = "idea", vendor = "Jetbrains",
|
||||
androidVersionMap = mapOf(
|
||||
"2024.3.1" to "8.7.3", /* Dec 10, 2024. */
|
||||
"2024.3" to "8.7.0-rc01", /* Nov 15, 2024. */
|
||||
"2024.2" to "8.5.2", /* Aug 13, 2024. */
|
||||
"2024.1" to "8.2.2", /* Apr 6, 2024. */
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#Mon Dec 09 20:21:59 CST 2024
|
||||
BUILD_TIME=1733746919592
|
||||
#Tue Dec 10 15:37:07 CST 2024
|
||||
BUILD_TIME=1733816227848
|
||||
COMPILE_SDK_VERSION=34
|
||||
JAVA_VERSION=23
|
||||
JAVA_VERSION_MIN_RADICAL=0
|
||||
@@ -17,6 +17,6 @@ RAPID_OCR_OPENCV_MOBILE_LABEL_VERSION=13
|
||||
RAPID_OCR_OPENCV_MOBILE_VERSION=4.5.3
|
||||
TARGET_SDK_VERSION=34
|
||||
TARGET_SDK_VERSION_INRT=29
|
||||
VERSION_BUILD=2902
|
||||
VERSION_BUILD=2903
|
||||
VERSION_NAME=6.6.1 Alpha2
|
||||
VSCODE_EXT_REQUIRED_VERSION=1.0.8
|
||||
|
||||
Reference in New Issue
Block a user