Skip to content

Commit 20154c4

Browse files
committed
update build.gradle
1 parent d6697a5 commit 20154c4

1 file changed

Lines changed: 11 additions & 12 deletions

File tree

build.gradle

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
buildscript {
2+
repositories {
3+
jcenter()
4+
}
5+
dependencies {
6+
classpath 'com.android.tools.build:gradle:2.1.2'
7+
// NOTE: Do not place your application dependencies here; they belong
8+
// in the individual module build.gradle files
9+
}
10+
}
11+
112
apply plugin: 'com.android.application'
213

314
android {
@@ -31,16 +42,4 @@ dependencies {
3142
compile(name: 'AndroidUtils', ext: 'aar')
3243
//compile project(":AndroidUtils")
3344
compile 'com.android.support:appcompat-v7:23.2.1'
34-
}
35-
36-
37-
buildscript {
38-
repositories {
39-
jcenter()
40-
}
41-
dependencies {
42-
classpath 'com.android.tools.build:gradle:2.1.0'
43-
// NOTE: Do not place your application dependencies here; they belong
44-
// in the individual module build.gradle files
45-
}
4645
}

0 commit comments

Comments
 (0)