From 005d2a86ed9e7ff2d57d23321ba9fcfd9ed7d7f4 Mon Sep 17 00:00:00 2001 From: Alexey Kuznetsov Date: Mon, 20 Nov 2017 19:23:14 +0300 Subject: [PATCH 1/5] update torrent lib --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index f2dec2a..d759988 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.56' // compile project(':android-audio-library') + compile 'com.github.axet:android-audio-library:1.0.58' // compile project(':android-audio-library') } From 9593bca17df4cec2daf6f3c234636173300e8bbf Mon Sep 17 00:00:00 2001 From: Alexey Kuznetsov Date: Mon, 20 Nov 2017 21:58:04 +0300 Subject: [PATCH 2/5] fix perms dialog --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index d759988..d7b23fb 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.58' // compile project(':android-audio-library') + compile 'com.github.axet:android-audio-library:1.0.59' // compile project(':android-audio-library') } From ef92762f55e3694f4b5e800fd0d996b032c0030a Mon Sep 17 00:00:00 2001 From: Alexey Kuznetsov Date: Mon, 20 Nov 2017 23:39:16 +0300 Subject: [PATCH 3/5] show can write --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index d7b23fb..2099f88 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.59' // compile project(':android-audio-library') + compile 'com.github.axet:android-audio-library:1.0.60' // compile project(':android-audio-library') } From ff8afb0d62c48594861fa0a76cb2b1754a548efc Mon Sep 17 00:00:00 2001 From: Alexey Kuznetsov Date: Tue, 21 Nov 2017 12:20:25 +0300 Subject: [PATCH 4/5] fix duration crash --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 2099f88..69b3154 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.60' // compile project(':android-audio-library') + compile 'com.github.axet:android-audio-library:1.0.62' // compile project(':android-audio-library') } From 2800120022abb4e017214558f9e02e9001b2c142 Mon Sep 17 00:00:00 2001 From: Alexey Kuznetsov Date: Tue, 21 Nov 2017 12:20:49 +0300 Subject: [PATCH 5/5] Bump version audiorecorder-3.0.55 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 69b3154..a51c119 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId "com.github.axet.audiorecorder" minSdkVersion 9 targetSdkVersion 23 // 24+ file:// unable to open - versionCode 220 - versionName "3.0.54" + versionCode 221 + versionName "3.0.55" } signingConfigs { release {