From f882c37186e17fbb38d873a2f4ed533e65f7aa4b Mon Sep 17 00:00:00 2001 From: Alexey Kuznetsov Date: Wed, 30 May 2018 22:05:07 +0300 Subject: [PATCH] show locked only when activity supports it --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 08c6eb4..c7b7c97 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.107' // implementation project(':android-audio-library') + implementation 'com.github.axet:android-audio-library:1.0.108' // implementation project(':android-audio-library') }