Skip to content

Commit 9afd648

Browse files
committed
Update Android Plugin version
1 parent 028d67c commit 9afd648

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

build.gradle

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
1-
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2-
31
buildscript {
42
repositories {
5-
mavenCentral()
3+
jcenter()
64
}
75
dependencies {
8-
classpath 'com.android.tools.build:gradle:1.2.3'
6+
classpath 'com.android.tools.build:gradle:2.2.0'
97
}
108
}
119

1210
allprojects {
1311
repositories {
14-
mavenCentral()
12+
jcenter()
1513
}
1614
}

0 commit comments

Comments
 (0)