From 1b72904cf5859927866a3dbe5045eaf7cfda9765 Mon Sep 17 00:00:00 2001 From: Alexey Kuznetsov Date: Mon, 28 May 2018 11:16:11 +0300 Subject: [PATCH] proximity sensor for player --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 98c921e..75a8158 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.102' // implementation project(':android-audio-library') + implementation 'com.github.axet:android-audio-library:1.0.103' // implementation project(':android-audio-library') }