From 3cb56f0ab2c7fb16fe2e8fcfffbacdac9e1d7744 Mon Sep 17 00:00:00 2001 From: Alexey Kuznetsov Date: Wed, 30 May 2018 21:36:34 +0300 Subject: [PATCH 1/2] fix shader --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index a970e5b..71203a3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -57,5 +57,5 @@ android { dependencies { testImplementation 'junit:junit:4.12' - implementation 'com.github.axet:android-audio-library:1.0.106' // implementation project(':android-audio-library') + implementation 'com.github.axet:android-audio-library:1.0.107' // implementation project(':android-audio-library') } From 95b683bfe6326bb06202ce3cc72e61b39f8ee813 Mon Sep 17 00:00:00 2001 From: Alexey Kuznetsov Date: Wed, 30 May 2018 21:36:43 +0300 Subject: [PATCH 2/2] Bump version audiorecorder-3.2.11 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 71203a3..08c6eb4 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 268 - versionName "3.2.10" + versionCode 269 + versionName "3.2.11" } signingConfigs { release {