6.0.2 - 新增images.bilateralFilter() 修复toast多次调用/客户端及服务端模式开关/安卓7无法使用UI模式 部分插件及工具版本更新

This commit is contained in:
SuperMonster003
2022-02-05 16:45:25 +08:00
parent 3ce51e4a01
commit ec61eb5000
40 changed files with 1003 additions and 847 deletions

Binary file not shown.

View File

@@ -0,0 +1,2 @@
configurations.maybeCreate('default')
artifacts.add('default', file('appcompatlegacy.aar'))

View File

@@ -1,2 +1,2 @@
configurations.maybeCreate("default")
artifacts.add("default", file("dx.jar"))
configurations.maybeCreate('default')
artifacts.add('default', file('dx.jar'))

View File

@@ -1,2 +1,2 @@
configurations.maybeCreate("default")
artifacts.add("default", file("crashreport-2.6.6.aar"))
configurations.maybeCreate('default')
artifacts.add('default', file('crashreport-2.6.6.aar'))

View File

@@ -1,2 +1,2 @@
configurations.maybeCreate("default")
artifacts.add("default", file("term-debug.aar"))
configurations.maybeCreate('default')
artifacts.add('default', file('term-debug.aar'))

View File

@@ -1,2 +1,2 @@
configurations.maybeCreate("default")
artifacts.add("default", file("emulatorview-release.aar"))
configurations.maybeCreate('default')
artifacts.add('default', file('emulatorview-release.aar'))

View File

@@ -1,2 +1,2 @@
configurations.maybeCreate("default")
artifacts.add("default", file("libtermexec-release.aar"))
configurations.maybeCreate('default')
artifacts.add('default', file('libtermexec-release.aar'))

View File

@@ -4,5 +4,5 @@ tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).all {
}
}
configurations.maybeCreate("default")
artifacts.add("default", file("rhino-1.7.14.jar"))
configurations.maybeCreate('default')
artifacts.add('default', file('rhino-1.7.14.jar'))

View File

@@ -1,2 +1,2 @@
configurations.maybeCreate("default")
artifacts.add("default", file("opencv-4.5.4.aar"))
configurations.maybeCreate('default')
artifacts.add('default', file('opencv-4.5.4.aar'))