From 477a84a71ef81c2ffd6d45f7a80911e04bbcafc7 Mon Sep 17 00:00:00 2001 From: Alexey Kuznetsov Date: Fri, 17 Feb 2017 13:07:43 +0300 Subject: [PATCH] use separate vorbis repo --- app/build.gradle | 3 +-- settings.gradle | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index d4308a4..16d38e4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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') } diff --git a/settings.gradle b/settings.gradle index fb42e52..9b5374c 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1 +1 @@ -include ':app', ':android-library', ':jebml', ':vorbis', ':vorbis:libogg', ':vorbis:libvorbis' \ No newline at end of file +include ':app', ':android-library', ':jebml' \ No newline at end of file