[2.14.2]修正lancetx插件生成类重复问题

This commit is contained in:
renwj
2023-02-09 18:05:28 +08:00
parent 5b467bffde
commit 8d6bee790a
3 changed files with 5 additions and 5 deletions

View File

@@ -58,9 +58,9 @@ if (!isAndroidTestBuild()) {
crash_fix {
enable true
}
// memory_leak {
// enable true
// }
memory_leak {
enable true
}
}
}
}

View File

@@ -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 }
}

View File

@@ -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',