blob: b30b1d5f0903ce816668fbde265d820c7fc81794 [file] [log] [blame]
buildscript {
repositories {
jcenter()
google()
}
dependencies {
classpath("com.android.tools.build:gradle:3.5.0")
classpath("com.google.android.gms:oss-licenses-plugin:0.10.4")
}
}
allprojects {
repositories {
jcenter()
}
}