We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6697a5 commit 20154c4Copy full SHA for 20154c4
1 file changed
build.gradle
@@ -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
+
12
apply plugin: 'com.android.application'
13
14
android {
@@ -31,16 +42,4 @@ dependencies {
31
42
compile(name: 'AndroidUtils', ext: 'aar')
32
43
//compile project(":AndroidUtils")
33
44
compile 'com.android.support:appcompat-v7:23.2.1'
34
-}
35
-
36
37
-buildscript {
38
- repositories {
39
- jcenter()
40
- }
41
- dependencies {
- classpath 'com.android.tools.build:gradle:2.1.0'
- // NOTE: Do not place your application dependencies here; they belong
- // in the individual module build.gradle files
45
46
}
0 commit comments