From ad71482b814811d22e2dbf2370e34decbbe73f06 Mon Sep 17 00:00:00 2001 From: Alexey Kuznetsov Date: Mon, 6 Nov 2017 21:40:46 +0300 Subject: [PATCH] fix open 24 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 1d4ab0b..25fa2d3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,7 +9,7 @@ android { defaultConfig { applicationId "com.github.axet.audiorecorder" minSdkVersion 9 - targetSdkVersion 24 // 25+ file:// unable to open + targetSdkVersion 23 // 24+ file:// unable to open versionCode 217 versionName "3.0.51" } @@ -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.53' // compile project(':android-audio-library') + compile 'com.github.axet:android-audio-library:1.0.54' // compile project(':android-audio-library') }