6.1.0 - 变更包名 新增投影媒体权限开关/tasks模块 扩展内置模块方法 重构内置模块及构建脚本
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
configurations.maybeCreate('default')
|
||||
artifacts.add('default', file('crashreport-2.6.6.aar'))
|
||||
Binary file not shown.
2
libs/com.tencent.bugly.crashreport-4.0.4/build.gradle
Normal file
2
libs/com.tencent.bugly.crashreport-4.0.4/build.gradle
Normal file
@@ -0,0 +1,2 @@
|
||||
configurations.maybeCreate('default')
|
||||
artifacts.add('default', file('crashreport-4.0.4.aar'))
|
||||
BIN
libs/com.tencent.bugly.crashreport-4.0.4/crashreport-4.0.4.aar
Normal file
BIN
libs/com.tencent.bugly.crashreport-4.0.4/crashreport-4.0.4.aar
Normal file
Binary file not shown.
@@ -1,8 +0,0 @@
|
||||
tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).all {
|
||||
kotlinOptions {
|
||||
jvmTarget = JavaVersion.VERSION_16
|
||||
}
|
||||
}
|
||||
|
||||
configurations.maybeCreate('default')
|
||||
artifacts.add('default', file('rhino-1.7.14.jar'))
|
||||
Binary file not shown.
2
libs/org.mozilla.rhino-1.7.15-snapshot/build.gradle
Normal file
2
libs/org.mozilla.rhino-1.7.15-snapshot/build.gradle
Normal file
@@ -0,0 +1,2 @@
|
||||
configurations.maybeCreate('default')
|
||||
artifacts.add('default', file('rhino-1.7.15-SNAPSHOT.jar'))
|
||||
BIN
libs/org.mozilla.rhino-1.7.15-snapshot/rhino-1.7.15-SNAPSHOT.jar
Normal file
BIN
libs/org.mozilla.rhino-1.7.15-snapshot/rhino-1.7.15-SNAPSHOT.jar
Normal file
Binary file not shown.
@@ -1,2 +1,5 @@
|
||||
configurations.maybeCreate('default')
|
||||
artifacts.add('default', file('opencv-4.5.5.aar'))
|
||||
artifacts.add('default',
|
||||
// @Reference to TonyJiangWJ/Auto.js on Mar 18, 2022.
|
||||
file('opencv-4.5.5.aar')
|
||||
)
|
||||
Reference in New Issue
Block a user