diff --git a/android/build.gradle b/android/build.gradle index 3d21e10..12fbc47 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -35,3 +35,11 @@ ext { targetSdkVersion = 26 supportLibVersion = "26.1.0" } + +subprojects {project -> + buildscript { + repositories { + maven { url = 'https://dl.bintray.com/android/android-tools/' } + } + } +}