Skip to content

Commit 5cccbb7

Browse files
committed
Merge branch 'dev'
2 parents a0d5e13 + dd91ca6 commit 5cccbb7

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

build.gradle

Lines changed: 11 additions & 0 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 {

0 commit comments

Comments
 (0)