diff --git a/app/build.gradle b/app/build.gradle index c2eb535..4c5e682 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -43,5 +43,5 @@ android { dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) testCompile 'junit:junit:4.12' - compile 'com.github.axet:android-audio-library:0.0.29' // compile project(':android-audio-library') + compile 'com.github.axet:android-audio-library:0.0.34' // compile project(':android-audio-library') } diff --git a/build.gradle b/build.gradle index 3f9d164..ff343da 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:2.3.1' + classpath 'com.android.tools.build:gradle:2.3.2' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files @@ -20,7 +20,7 @@ allprojects { } task wrapper(type: Wrapper) { - gradleVersion = '3.3' + gradleVersion = '3.5' } task clean(type: Delete) { diff --git a/settings.gradle b/settings.gradle index 5bb8171..0d468d6 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1 +1 @@ -include ':app', ':android-library', ':jebml', ':android-audio-library', ':android-vorbis', ':android-vorbis:libvorbis', ':android-vorbis:libogg' \ No newline at end of file +include ':app', ':android-library', ':jebml', ':android-audio-library', ':android-vorbis', ':android-vorbis:libvorbis', ':android-vorbis:libogg', ":android-lame", ':android-lame:liblame' \ No newline at end of file