Remove duplicate library; use the existing one

This commit is contained in:
Florin9doi 2018-10-06 20:01:28 +03:00
parent 5f357984d3
commit 5c52777699
4 changed files with 2 additions and 4 deletions

View File

@ -145,5 +145,5 @@ afterEvaluate {
android.sourceSets.main.assets.getSrcDirs().each { println it }
}
dependencies {
implementation project(':com.bda.controller')
implementation files('libs/com.bda.controller.jar')
}

View File

@ -1,2 +0,0 @@
configurations.maybeCreate("default")
artifacts.add("default", file('com.bda.controller.jar'))

View File

@ -1 +1 @@
include ':android', ':com.bda.controller'
include ':android'