6.6.0 - 内置模块重写; 新增部分模块及方法; 修复高版本安卓系统兼容问题; 优化文件管理器及打包功能体验
This commit is contained in:
9
libs/markwon-core-4.6.2/build.gradle.kts
Normal file
9
libs/markwon-core-4.6.2/build.gradle.kts
Normal file
@@ -0,0 +1,9 @@
|
||||
"markwon-core-4.6.2.aar"
|
||||
.let { path ->
|
||||
rootProject.extra["configurationName"].toString().let { name ->
|
||||
configurations.maybeCreate(name)
|
||||
file(path).takeIf { it.exists() }?.also {
|
||||
artifacts.add(name, it)
|
||||
} ?: throw Exception("File not found: \"$path\"")
|
||||
}
|
||||
}
|
||||
BIN
libs/markwon-core-4.6.2/markwon-core-4.6.2.aar
Normal file
BIN
libs/markwon-core-4.6.2/markwon-core-4.6.2.aar
Normal file
Binary file not shown.
Reference in New Issue
Block a user