From 01c13e733f763e67bdcad9a207c001f71e16adee Mon Sep 17 00:00:00 2001 From: Alexey Kuznetsov Date: Wed, 7 Mar 2018 22:16:36 +0300 Subject: [PATCH] hide days if more then 2 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index db13ac1..a311145 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.88' // compile project(':android-audio-library') + compile 'com.github.axet:android-audio-library:1.0.89' // compile project(':android-audio-library') }