Skip to content

Commit 9af9d01

Browse files
committed
修改build.gradle
1 parent 0c2c806 commit 9af9d01

2 files changed

Lines changed: 9 additions & 7 deletions

File tree

app/build.gradle

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff 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+
//}

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)