mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-22 21:09:52 +00:00
Remove duplicate library; use the existing one
This commit is contained in:
parent
5f357984d3
commit
5c52777699
@ -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…
Reference in New Issue
Block a user