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') }