Clean up build.gradle

This commit is contained in:
William Brawner 2017-12-23 19:12:43 -06:00 committed by William Brawner
parent 8ae31ee246
commit 8de320bd48
2 changed files with 1 additions and 3 deletions

View file

@ -14,8 +14,6 @@ repositories {
maven { url 'https://maven.fabric.io/public' }
}
apply plugin: 'me.tatarka.retrolambda'
android {
configurations.all {
resolutionStrategy.force 'com.google.code.findbugs:jsr305:3.0.1'

View file

@ -3,10 +3,10 @@
buildscript {
repositories {
jcenter()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.1'
classpath 'me.tatarka:gradle-retrolambda:3.2.3'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}