Select Git revision
build.gradle.kts
Janne Mareike Koschinski authored
- properly handle all buffer view config settings except hiding inactive networks
build.gradle.kts 379 B
buildscript {
repositories {
google()
jcenter()
}
dependencies {
classpath("com.android.tools.build:gradle:3.0.1")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.21")
classpath("org.jetbrains.kotlin:kotlin-android-extensions:1.2.21")
}
}
allprojects {
repositories {
google()
jcenter()
maven(url = "https://jitpack.io")
}
}