From 5e46bf7c26aad4dda2e2cdbf7f8c87ef5b4ec374 Mon Sep 17 00:00:00 2001 From: Alexey Kuznetsov Date: Wed, 4 Jul 2018 12:55:09 +0300 Subject: [PATCH] fix column in the name --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 3a0cc18..ff037bc 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.109' // implementation project(':android-audio-library') + implementation 'com.github.axet:android-audio-library:1.0.111' // implementation project(':android-audio-library') }