6.6.2 - Alpha4 - 修复 Android 7.x Method#getParameters 兼容性问题
This commit is contained in:
@@ -741,7 +741,7 @@ class ColorTable {
|
||||
|
||||
@JvmStatic
|
||||
@JvmOverloads
|
||||
fun getColorByName(colorName: String, suppressException: Boolean = false): Int? {
|
||||
fun getColorByName(colorName: String, suppressExceptions: Boolean = false): Int? {
|
||||
val name = colorName.replace("-", "_").uppercase()
|
||||
arrayOf(
|
||||
Android::class.java,
|
||||
@@ -755,7 +755,7 @@ class ColorTable {
|
||||
}
|
||||
}
|
||||
}
|
||||
if (!suppressException) {
|
||||
if (!suppressExceptions) {
|
||||
throw NotFoundException(globalAppContext.getString(R.string.error_unknown_color_name, colorName))
|
||||
}
|
||||
return null
|
||||
|
||||
Binary file not shown.
@@ -1,5 +1,5 @@
|
||||
#Sat Mar 15 13:40:01 CST 2025
|
||||
BUILD_TIME=1742017201447
|
||||
#Sun Mar 16 00:59:16 CST 2025
|
||||
BUILD_TIME=1742057956511
|
||||
COMPILE_SDK_VERSION=35
|
||||
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=35
|
||||
TARGET_SDK_VERSION_INRT=29
|
||||
VERSION_BUILD=3031
|
||||
VERSION_BUILD=3032
|
||||
VERSION_NAME=6.6.2 Alpha4
|
||||
VSCODE_EXT_REQUIRED_VERSION=1.0.8
|
||||
|
||||
Reference in New Issue
Block a user