blob: 731652323137bbeb72db2fd47e4ba530774161c7 [file] [log] [blame]
buildscript {
repositories {
jcenter()
google()
}
dependencies {
val protobuf_version = "0.8.16"
classpath("com.android.tools.build:gradle:4.2.0")
classpath("com.google.protobuf:protobuf-gradle-plugin:${protobuf_version}")
}
}
allprojects {
repositories {
jcenter()
}
}