From 57272fab786851964462988ede0683386b5bc30e Mon Sep 17 00:00:00 2001 From: Alexey Kuznetsov Date: Sat, 4 Nov 2017 12:59:11 +0300 Subject: [PATCH 1/2] add file content provider --- app/build.gradle | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 51d5d87..68bad73 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -55,6 +55,5 @@ android { dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) testCompile 'junit:junit:4.12' - // compile 'com.github.axet:android-audio-library:1.0.49' - compile project(':android-audio-library') + compile 'com.github.axet:android-audio-library:1.0.50' // compile project(':android-audio-library') } From 11694064ef7cbfb71d6e4799350e31a057a8683f Mon Sep 17 00:00:00 2001 From: Alexey Kuznetsov Date: Sat, 4 Nov 2017 12:59:18 +0300 Subject: [PATCH 2/2] Bump version audiorecorder-3.0.47 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 68bad73..ce0912b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId "com.github.axet.audiorecorder" minSdkVersion 9 targetSdkVersion 25 - versionCode 212 - versionName "3.0.46" + versionCode 213 + versionName "3.0.47" } signingConfigs { release {