eleith
/
calchoochoo
Archived
1
0
Fork 0

Merge branch 'master' of github.com:eleith/calchoochoo

This commit is contained in:
eleith 2017-11-24 11:00:52 -08:00
commit a085ec7267
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@
buildscript {
repositories {
jcenter()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.1'
@ -16,6 +17,7 @@ allprojects {
repositories {
jcenter()
maven { url "https://www.jitpack.io" }
google()
}
}