Skip to content

Commit

Permalink
Remove duplicate library; use the existing one
Browse files Browse the repository at this point in the history
  • Loading branch information
Florin9doi committed Oct 6, 2018
1 parent 5f35798 commit 5c52777
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -145,5 +145,5 @@ afterEvaluate {
android.sourceSets.main.assets.getSrcDirs().each { println it } android.sourceSets.main.assets.getSrcDirs().each { println it }
} }
dependencies { dependencies {
implementation project(':com.bda.controller') implementation files('libs/com.bda.controller.jar')
} }
2 changes: 0 additions & 2 deletions com.bda.controller/build.gradle

This file was deleted.

Binary file removed com.bda.controller/com.bda.controller.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Original file line Diff line number Diff line change
@@ -1 +1 @@
include ':android', ':com.bda.controller' include ':android'

0 comments on commit 5c52777

Please sign in to comment.