From b21cb7d3ce6ba7db261e892c39bde9a37e18200d Mon Sep 17 00:00:00 2001 From: Alexey Kuznetsov Date: Tue, 29 May 2018 16:24:35 +0300 Subject: [PATCH] add proximity to audio player --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 7186311..a05bcb7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -57,5 +57,5 @@ android { dependencies { testImplementation 'junit:junit:4.12' - implementation 'com.github.axet:android-audio-library:1.0.104' // implementation project(':android-audio-library') + implementation 'com.github.axet:android-audio-library:1.0.105' // implementation project(':android-audio-library') }