🤖 android fix: fix the google repo for android part in examples

This commit is contained in:
Nishant Srivastava
2019-01-05 19:44:50 +01:00
parent 8dfb96e417
commit 180b729c1e
20 changed files with 60 additions and 140 deletions

View File

@ -1,22 +1,18 @@
buildscript {
repositories {
google()
jcenter()
maven {
url "https://maven.google.com"
}
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.3'
classpath 'com.android.tools.build:gradle:3.2.1'
}
}
allprojects {
repositories {
google()
jcenter()
maven {
url "https://maven.google.com"
}
}
}