eleith
/
calchoochoo
Archived
1
0
Fork 0

if you are using gradle from project and using 3.0.0 AS then need include Googles Maven repo

This commit is contained in:
ekeitho 2017-11-23 11:26:15 -08:00
parent 0a6d8fdab5
commit b41cbbb9af
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.0'
@ -16,6 +17,7 @@ allprojects {
repositories {
jcenter()
maven { url "https://www.jitpack.io" }
google()
}
}