From c855ab66d5eb421e823e262ba75368d25b2a1250 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Rydg=C3=A5rd?= Date: Tue, 7 Nov 2017 13:13:51 +0100 Subject: [PATCH] Cleanup gradle output. --- android/build.gradle | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 097a02e654..9d9bb9c4d1 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -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') }