提交 361d17a3 编写于 作者: J jackjintai

android:更新打包规则

上级 aae1bd69
......@@ -36,11 +36,12 @@ class App : Application() {
mapKits["业务专区2"] = mutableListOf<AbstractKit>(DemoKit())
DoraemonKit.install(this, mapKits = mapKits, productId = "749a0600b5e48dd77cf8ee680be7b1b7")
DoraemonKit.setFileManagerHttpPort(9001)
//设置加密数据库
DoraemonKit.setDatabasePass(mapOf("Person.db" to "a_password"))
val config = ImagePipelineConfig.newBuilder(this)
.setDiskCacheEnabled(false)
.build()
.setDiskCacheEnabled(false)
.build()
Fresco.initialize(this, config)
//严格检查模式
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册