From 005d2a86ed9e7ff2d57d23321ba9fcfd9ed7d7f4 Mon Sep 17 00:00:00 2001 From: Alexey Kuznetsov Date: Mon, 20 Nov 2017 19:23:14 +0300 Subject: [PATCH] update torrent lib --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index f2dec2a..d759988 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -55,5 +55,5 @@ android { dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) testCompile 'junit:junit:4.12' - compile 'com.github.axet:android-audio-library:1.0.56' // compile project(':android-audio-library') + compile 'com.github.axet:android-audio-library:1.0.58' // compile project(':android-audio-library') }