mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Remove duplicate library; use the existing one
This commit is contained in:
parent
5f357984d3
commit
5c52777699
4 changed files with 2 additions and 4 deletions
|
@ -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')
|
||||
}
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
configurations.maybeCreate("default")
|
||||
artifacts.add("default", file('com.bda.controller.jar'))
|
Binary file not shown.
|
@ -1 +1 @@
|
|||
include ':android', ':com.bda.controller'
|
||||
include ':android'
|
||||
|
|
Loading…
Add table
Reference in a new issue