From 65087ee2cc3ac11db6329fc851911f8f329ee476 Mon Sep 17 00:00:00 2001 From: Alexey Kuznetsov Date: Mon, 11 Dec 2017 17:21:17 +0300 Subject: [PATCH] increace button size --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index e18f876..205ddcf 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -55,5 +55,5 @@ android { dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) testCompile 'junit:junit:4.12' - compile 'com.github.axet:android-audio-library:1.0.65' // compile project(':android-audio-library') + compile 'com.github.axet:android-audio-library:1.0.67' // compile project(':android-audio-library') }