Skip to content

Commit

Permalink
升级LeakCanary版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
ITGungnir committed Jan 18, 2020
1 parent cb40bd4 commit 4f063d4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,4 @@ dependencies {
api "androidx.multidex:multidex:$dex_version"
api "com.google.code.gson:gson:$gson_version"
debugApi "com.squareup.leakcanary:leakcanary-android:$leak_canary_version"
debugApi "com.squareup.leakcanary:leakcanary-support-fragment:$leak_canary_version"
releaseApi "com.squareup.leakcanary:leakcanary-android-no-op:$leak_canary_version"
}
2 changes: 1 addition & 1 deletion config.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ext {
jitpack_version = '2.1'
gson_version = '2.8.5'
dex_version = '2.0.1'
leak_canary_version = '1.6.3'
leak_canary_version = '2.1'
}

static def addRepos(RepositoryHandler handler) {
Expand Down

0 comments on commit 4f063d4

Please sign in to comment.