From 6b17811e2e0749adb114f06c28c4dd3bd7423ed5 Mon Sep 17 00:00:00 2001 From: Alexey Kuznetsov Date: Sun, 9 Jun 2019 19:53:03 +0300 Subject: [PATCH] cleanups --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 866efe3..e0c2fa4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -53,6 +53,6 @@ android { dependencies { testImplementation 'junit:junit:4.12' - implementation 'com.github.axet:android-audio-library:1.0.153' // implementation project(':android-audio-library') + implementation 'com.github.axet:android-audio-library:1.0.155' // implementation project(':android-audio-library') assets('com.google.android.exoplayer:exoplayer:2.7.3') { exclude group: 'com.android.support' } }