File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,11 +31,12 @@ dependencies {
3131 androidTestImplementation ' com.android.support.test:runner:1.0.2'
3232 androidTestImplementation ' com.android.support.test.espresso:espresso-core:3.0.2'
3333
34- implementation project(' :tracemanui' )
34+ // implementation project(':tracemanui')
35+ implementation ' com.github.zhengcx:MethodTraceMan:1.0.0'
3536}
3637
37- apply plugin : " cn.cxzheng.asmtraceman"
38- traceMan {
39- open = true
40- traceConfigFile = " ${ project.projectDir} /traceconfig.txt"
41- }
38+ // apply plugin: "cn.cxzheng.asmtraceman"
39+ // traceMan {
40+ // open = true
41+ // traceConfigFile = "${project.projectDir}/traceconfig.txt"
42+ // }
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ buildscript {
1212 dependencies {
1313 classpath ' com.android.tools.build:gradle:3.2.1'
1414 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
15- classpath " cn.cxzheng:asmtraceman-plugin:0.0.1-test"
15+ // classpath "cn.cxzheng:asmtraceman-plugin:0.0.1-test"
1616 // NOTE: Do not place your application dependencies here; they belong
1717 // in the individual module build.gradle files
1818 }
@@ -25,6 +25,7 @@ allprojects {
2525 maven {
2626 url uri(' ./repo' )
2727 }
28+ maven { url ' https://jitpack.io' }
2829 }
2930}
3031
You can’t perform that action at this time.
0 commit comments