fix build outside Android Studio
gradle needs to know where to get the com.android.tools.build:gradle plugin, this is only available form the google() repo now. Also make ./gradlew executable.
This commit is contained in:
parent
7fd36cf476
commit
b0b96f2ca9
2 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
||||||
buildscript {
|
buildscript {
|
||||||
repositories {
|
repositories {
|
||||||
jcenter()
|
jcenter()
|
||||||
|
google()
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath 'com.android.tools.build:gradle:3.0.1'
|
classpath 'com.android.tools.build:gradle:3.0.1'
|
||||||
|
|
0
gradlew
vendored
Normal file → Executable file
0
gradlew
vendored
Normal file → Executable file
Loading…
Reference in a new issue