use separate vorbis repo
This commit is contained in:
parent
2af4d3a2cd
commit
477a84a71e
2 changed files with 2 additions and 3 deletions
|
|
@ -50,6 +50,5 @@ dependencies {
|
|||
compile 'org.apache.commons:commons-math3:3.6.1'
|
||||
compile 'com.github.axet:android-library:1.9.1' // compile project(':android-library')
|
||||
compile 'com.github.axet:jebml:0.0.2' // compile project(':jebml')
|
||||
debugCompile project(path: ':vorbis', configuration: "libraryDebug")
|
||||
releaseCompile project(path: ':vorbis', configuration: "libraryRelease")
|
||||
compile 'com.github.axet:vorbis:1.0.0' // compile project(':vorbis')
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
include ':app', ':android-library', ':jebml', ':vorbis', ':vorbis:libogg', ':vorbis:libvorbis'
|
||||
include ':app', ':android-library', ':jebml'
|
||||
Loading…
Add table
Add a link
Reference in a new issue