use separate vorbis repo

This commit is contained in:
Alexey Kuznetsov 2017-02-17 13:07:43 +03:00
commit 477a84a71e
2 changed files with 2 additions and 3 deletions

View file

@ -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')
}

View file

@ -1 +1 @@
include ':app', ':android-library', ':jebml', ':vorbis', ':vorbis:libogg', ':vorbis:libvorbis'
include ':app', ':android-library', ':jebml'