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:
Marcus Hoffmann 2018-01-22 23:10:08 +01:00
parent 7fd36cf476
commit b0b96f2ca9
No known key found for this signature in database
GPG key ID: ACDF63BC43D5E530
2 changed files with 1 additions and 0 deletions

View file

@ -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
View file