6.2.0 - 重新设计及编写项目文档; 新增多语言适配; 丰富控件选择器功能; 优化夜间模式适配等
This commit is contained in:
BIN
libs/android-job-simplified-1.4.3/android-job-simplified.aar
Normal file
BIN
libs/android-job-simplified-1.4.3/android-job-simplified.aar
Normal file
Binary file not shown.
12
libs/android-job-simplified-1.4.3/build.gradle.kts
Normal file
12
libs/android-job-simplified-1.4.3/build.gradle.kts
Normal file
@@ -0,0 +1,12 @@
|
||||
// @Modified
|
||||
// ! Current library (Android Job) was simplified by SuperMonster003 on Jun 30, 2022.
|
||||
|
||||
"android-job-simplified.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\"")
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user