eleith
/
calchoochoo
Archived
1
0
Fork 0

Merge pull request #3 from ekeitho/dev/as3.0.0_gradle_proj_update

Android Studio 3.0.0 Default Gradle Wrapper needs Maven Google Repo
This commit is contained in:
eleith 2017-11-23 11:31:08 -08:00 committed by GitHub
commit 32d5ea7976
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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()
}
}