Skip to content

Commit

Permalink
修改build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
cxzhengfont committed Sep 14, 2019
1 parent 9af9d01 commit 2192332
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ dependencies {
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'

// implementation project(':tracemanui')
implementation 'com.github.zhengcx:MethodTraceMan:1.0.0'
implementation project(':tracemanui')
// implementation 'com.github.zhengcx:MethodTraceMan:1.0.2'
}

//apply plugin: "cn.cxzheng.asmtraceman"
Expand Down
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:3.2.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0'
// classpath "cn.cxzheng:asmtraceman-plugin:0.0.1-test"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down
2 changes: 2 additions & 0 deletions tracemanui/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
//apply plugin: 'org.jetbrains.dokka-android'
apply plugin: 'com.github.dcendents.android-maven'


android {
compileSdkVersion 28
Expand Down

0 comments on commit 2192332

Please sign in to comment.