From 0c0138bdf93546d862f3b00f6fb51110344c2ad5 Mon Sep 17 00:00:00 2001 From: Alexey Kuznetsov Date: Fri, 9 Feb 2018 23:20:20 +0300 Subject: [PATCH] draws fix draws systembar --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index d32d140..1adc4bb 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.84' // compile project(':android-audio-library') + compile 'com.github.axet:android-audio-library:1.0.85' // compile project(':android-audio-library') }