6.0.2 - 新增images.bilateralFilter() 修复toast多次调用/客户端及服务端模式开关/安卓7无法使用UI模式 部分插件及工具版本更新
This commit is contained in:
BIN
libs/androidx.appcompat-1.0.2/appcompatlegacy.aar
Normal file
BIN
libs/androidx.appcompat-1.0.2/appcompatlegacy.aar
Normal file
Binary file not shown.
2
libs/androidx.appcompat-1.0.2/build.gradle
Normal file
2
libs/androidx.appcompat-1.0.2/build.gradle
Normal file
@@ -0,0 +1,2 @@
|
||||
configurations.maybeCreate('default')
|
||||
artifacts.add('default', file('appcompatlegacy.aar'))
|
||||
@@ -1,2 +1,2 @@
|
||||
configurations.maybeCreate("default")
|
||||
artifacts.add("default", file("dx.jar"))
|
||||
configurations.maybeCreate('default')
|
||||
artifacts.add('default', file('dx.jar'))
|
||||
@@ -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'))
|
||||
@@ -1,2 +1,2 @@
|
||||
configurations.maybeCreate("default")
|
||||
artifacts.add("default", file("term-debug.aar"))
|
||||
configurations.maybeCreate('default')
|
||||
artifacts.add('default', file('term-debug.aar'))
|
||||
@@ -1,2 +1,2 @@
|
||||
configurations.maybeCreate("default")
|
||||
artifacts.add("default", file("emulatorview-release.aar"))
|
||||
configurations.maybeCreate('default')
|
||||
artifacts.add('default', file('emulatorview-release.aar'))
|
||||
@@ -1,2 +1,2 @@
|
||||
configurations.maybeCreate("default")
|
||||
artifacts.add("default", file("libtermexec-release.aar"))
|
||||
configurations.maybeCreate('default')
|
||||
artifacts.add('default', file('libtermexec-release.aar'))
|
||||
@@ -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'))
|
||||
@@ -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'))
|
||||
Reference in New Issue
Block a user