Add google() repo to buildscript
this is required to find the com.android.tools.build:gradle:3.0.1
plugin.
Fixes:
> Could not find com.android.tools.build:gradle:3.0.1.
Searched in the following locations:
https://jcenter.bintray.com/com/android/tools/build/gradle/3.0.1/gradle-3.0.1.pom
https://jcenter.bintray.com/com/android/tools/build/gradle/3.0.1/gradle-3.0.1.jar
Required by:
project :
This commit is contained in:
parent
6fbbd325c0
commit
43301a67ca
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
|||
buildscript {
|
||||
repositories {
|
||||
jcenter()
|
||||
google()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:3.0.1'
|
||||
|
|
|
|||
Loading…
Reference in a new issue