Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 453ab56

Browse files
committed
Merge pull request square#126 from pepyakin/sp/remove-buildscript-from-sample
Remove redundant android plugin defination from leakcanary-sample.
2 parents e21b936 + d5ea212 commit 453ab56

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ subprojects {
1818
}
1919

2020
ext {
21-
androidPlugin = 'com.android.tools.build:gradle:1.2.0'
2221
minSdkVersion = 8
2322
compileSdkVersion = 21
2423
targetSdkVersion = compileSdkVersion

leakcanary-sample/build.gradle

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
buildscript {
2-
dependencies {
3-
classpath rootProject.ext.androidPlugin
4-
}
5-
}
6-
71
apply plugin: 'com.android.application'
82

93
dependencies {

0 commit comments

Comments
 (0)