From cb30d6bbc41ec731cec34c35b57ede163e8e41dd Mon Sep 17 00:00:00 2001 From: Alexey Kuznetsov Date: Wed, 4 Nov 2020 11:26:58 +0300 Subject: [PATCH] low thread pririty --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 8294456..6a47fce 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -53,7 +53,7 @@ android { dependencies { testImplementation 'junit:junit:4.12' - implementation 'com.github.axet:android-audio-library:1.0.176' // implementation project(':android-audio-library') + implementation 'com.github.axet:android-audio-library:1.0.177' // implementation project(':android-audio-library') implementation ('com.github.axet:wget:1.6.1') { exclude group: 'org.json', module: 'json' } assets('com.google.android.exoplayer:exoplayer:2.7.3') { exclude group: 'com.android.support' } }