blob: 93a8fa8ea8cacddb4aab5bf9f587423d1d9219ca [file] [log] [blame]
buildscript {
repositories {
jcenter()
google()
}
dependencies {
val dagger_version = "2.32"
classpath("com.android.tools.build:gradle:3.4.0")
classpath("com.google.dagger:hilt-android-gradle-plugin:${dagger_version}")
}
}
allprojects {
repositories {
jcenter()
}
}