Cleanup gradle output.

This commit is contained in:
Henrik Rydgård 2017-11-07 13:13:51 +01:00
parent ca3be1877e
commit c855ab66d5

View file

@ -30,8 +30,6 @@ android {
}
} else {
release {
// Can't build release builds without a key store.
println 'This build type should only be invoked from CI. Use Optimized builds instead.'
}
}
}
@ -137,5 +135,5 @@ afterEvaluate {
android.sourceSets.main.assets.getSrcDirs().each { println it }
}
dependencies {
compile project(':com.bda.controller')
implementation project(':com.bda.controller')
}