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\"")
|
||||
}
|
||||
}
|
||||
@@ -1,2 +0,0 @@
|
||||
configurations.maybeCreate('default')
|
||||
artifacts.add('default', file('appcompatlegacy.aar'))
|
||||
9
libs/androidx.appcompat-1.0.2/build.gradle.kts
Normal file
9
libs/androidx.appcompat-1.0.2/build.gradle.kts
Normal file
@@ -0,0 +1,9 @@
|
||||
"appcompat-legacy.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\"")
|
||||
}
|
||||
}
|
||||
@@ -1,2 +0,0 @@
|
||||
configurations.maybeCreate('default')
|
||||
artifacts.add('default', file('dx.jar'))
|
||||
Binary file not shown.
@@ -1,2 +0,0 @@
|
||||
configurations.maybeCreate('default')
|
||||
artifacts.add('default', file('crashreport-4.0.4.aar'))
|
||||
@@ -0,0 +1,9 @@
|
||||
"crashreport-4.0.4.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\"")
|
||||
}
|
||||
}
|
||||
@@ -1,2 +0,0 @@
|
||||
configurations.maybeCreate('default')
|
||||
artifacts.add('default', file('localehelper-1.5.1-modified.aar'))
|
||||
12
libs/com.zeugmasolutions.localehelper-1.5.1/build.gradle.kts
Normal file
12
libs/com.zeugmasolutions.localehelper-1.5.1/build.gradle.kts
Normal file
@@ -0,0 +1,12 @@
|
||||
// @Modified
|
||||
// ! Current library (Locale Helper) was modified by SuperMonster003 on Jun 16, 2022.
|
||||
|
||||
"localehelper-1.5.1-modified.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\"")
|
||||
}
|
||||
}
|
||||
@@ -1,2 +0,0 @@
|
||||
configurations.maybeCreate('default')
|
||||
artifacts.add('default', file('term-debug.aar'))
|
||||
9
libs/jackpal.androidterm-1.0.70/build.gradle.kts
Normal file
9
libs/jackpal.androidterm-1.0.70/build.gradle.kts
Normal file
@@ -0,0 +1,9 @@
|
||||
"term-debug.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\"")
|
||||
}
|
||||
}
|
||||
@@ -1,2 +0,0 @@
|
||||
configurations.maybeCreate('default')
|
||||
artifacts.add('default', file('emulatorview-release.aar'))
|
||||
@@ -0,0 +1,9 @@
|
||||
"emulatorview-release.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\"")
|
||||
}
|
||||
}
|
||||
@@ -1,2 +0,0 @@
|
||||
configurations.maybeCreate('default')
|
||||
artifacts.add('default', file('libtermexec-release.aar'))
|
||||
@@ -0,0 +1,9 @@
|
||||
"libtermexec-release.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\"")
|
||||
}
|
||||
}
|
||||
@@ -1,2 +0,0 @@
|
||||
configurations.maybeCreate('default')
|
||||
artifacts.add('default', file('rhino-1.7.15-SNAPSHOT.jar'))
|
||||
Binary file not shown.
@@ -1,5 +0,0 @@
|
||||
configurations.maybeCreate('default')
|
||||
artifacts.add('default',
|
||||
// @Reference to TonyJiangWJ/Auto.js on Mar 18, 2022.
|
||||
file('opencv-4.5.5.aar')
|
||||
)
|
||||
12
libs/org.opencv-4.5.5/build.gradle.kts
Normal file
12
libs/org.opencv-4.5.5/build.gradle.kts
Normal file
@@ -0,0 +1,12 @@
|
||||
// @Reference
|
||||
// ! Current library (OpenCV) was referred to TonyJiangWJ/Auto.js on Mar 18, 2022.
|
||||
|
||||
"opencv-4.5.5.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