Merge pull request #11449 from Florin9doi/REMOVE_DUP

Remove duplicate library; use the existing one
This commit is contained in:
Henrik Rydgård 2018-10-06 21:39:20 +02:00 committed by GitHub
commit 9e165ed00f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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'