Skip to content

Commit 5202df2

Browse files
committed
依赖版本修改
1 parent 4435a7d commit 5202df2

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.idea/gradle.xml

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ dependencies {
3636
androidTestImplementation 'com.android.support.test:runner:1.0.2'
3737
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
3838

39-
// debugImplementation 'com.github.zhengcx:MethodTraceMan:1.0.6'
40-
// releaseImplementation 'com.github.zhengcx:MethodTraceMan:1.0.5-noop'
39+
debugImplementation 'com.github.zhengcx:MethodTraceMan:1.0.7'
40+
releaseImplementation 'com.github.zhengcx:MethodTraceMan:1.0.5-noop'
4141

4242
// releaseImplementation project(':tracemanui-noop')
43-
implementation project(':tracemanui')
43+
// implementation project(':tracemanui')
4444

4545
}
4646

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
include ':app', ':tracemanui'
1+
include ':app'
22
//include ':app', ':tracemanui',':tracemanplugin', ':tracemanui-noop'

0 commit comments

Comments
 (0)