|
|
@ -5,10 +5,10 @@ buildscript {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
dependencies {
|
|
|
|
classpath 'com.android.tools.build:gradle:3.0.0'
|
|
|
|
classpath "com.android.tools.build:gradle:$BUILD_TOOLS_VERSION"
|
|
|
|
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8'
|
|
|
|
classpath "com.neenbedankt.gradle.plugins:android-apt:1.8"
|
|
|
|
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$KOTLIN_VERSION"
|
|
|
|
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$KOTLIN_VERSION"
|
|
|
|
classpath 'org.ajoberstar:grgit:1.5.0'
|
|
|
|
classpath "org.ajoberstar:grgit:1.5.0"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|