[2.14.2]修正lancetx插件生成类重复问题
This commit is contained in:
@@ -58,9 +58,9 @@ if (!isAndroidTestBuild()) {
|
||||
crash_fix {
|
||||
enable true
|
||||
}
|
||||
// memory_leak {
|
||||
// enable true
|
||||
// }
|
||||
memory_leak {
|
||||
enable true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -38,7 +38,7 @@ buildscript {
|
||||
classpath 'com.mogo.cloud:systrace:1.0.1'
|
||||
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.18'
|
||||
classpath 'com.mogo.sticky:service:1.0.8'
|
||||
classpath 'io.github.knight-zxw:lancet-plugin:0.0.4'
|
||||
classpath 'io.github.knight-zxw:lancet-plugin:0.0.4_mogo'
|
||||
|
||||
// classpath ("com.tencent.matrix:matrix-gradle-plugin:0.6.6") { changing = true }
|
||||
}
|
||||
|
||||
@@ -239,7 +239,7 @@ ext {
|
||||
|
||||
|
||||
//========================= LancetX ===================
|
||||
lancetx_runtime : "io.github.knight-zxw:lancet-runtime:0.0.4",
|
||||
lancetx_runtime : "io.github.knight-zxw:lancet-runtime:0.0.4_mogo",
|
||||
|
||||
//========================= autosize ======================
|
||||
androidautoSize : 'com.github.JessYanCoding:AndroidAutoSize:v1.2.1',
|
||||
|
||||
Reference in New Issue
Block a user