From c6badfcf860e836669b600d5b8313531fd07dd3c Mon Sep 17 00:00:00 2001 From: tibbi Date: Fri, 12 Feb 2021 16:55:00 +0100 Subject: [PATCH] fix #155, adding the Microphone permission to fix some glitches --- .editorconfig | 2 +- app/build.gradle | 2 +- app/src/main/AndroidManifest.xml | 1 + build.gradle | 4 ++-- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.editorconfig b/.editorconfig index 1606d61f..c79c990f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -17,7 +17,7 @@ insert_final_newline = true charset = utf-8 indent_style = space indent_size = 4 -continuation_indent_size = 8 +continuation_indent_size = 4 [*.xml] continuation_indent_size = 4 diff --git a/app/build.gradle b/app/build.gradle index 0e1c3a67..da66e0f0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -56,6 +56,6 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:5.32.23' + implementation 'com.simplemobiletools:commons:5.33.26' implementation 'com.github.tibbi:IndicatorFastScroll:08f512858a' } diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 85112a64..e1c80c9e 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -15,6 +15,7 @@ +