Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e21b936 + d5ea212 commit 453ab56Copy full SHA for 453ab56
build.gradle
@@ -18,7 +18,6 @@ subprojects {
18
}
19
20
ext {
21
- androidPlugin = 'com.android.tools.build:gradle:1.2.0'
22
minSdkVersion = 8
23
compileSdkVersion = 21
24
targetSdkVersion = compileSdkVersion
leakcanary-sample/build.gradle
@@ -1,9 +1,3 @@
1
-buildscript {
2
- dependencies {
3
- classpath rootProject.ext.androidPlugin
4
- }
5
-}
6
-
7
apply plugin: 'com.android.application'
8
9
dependencies {
0 commit comments