From f8f3efb4cd21205f2185eab9acd80cfeeff8b800 Mon Sep 17 00:00:00 2001 From: Pavel Poley Date: Wed, 15 Jun 2022 13:07:16 +0300 Subject: [PATCH 1/2] android lame license --- app/build.gradle | 2 +- .../simplemobiletools/voicerecorder/activities/MainActivity.kt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index b8ec382..3942562 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -62,7 +62,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:e0671f01ce' + implementation 'com.github.SimpleMobileTools:Simple-Commons:bea5638bd5' implementation 'org.greenrobot:eventbus:3.3.1' implementation 'com.github.Armen101:AudioRecordView:1.0.4' implementation 'androidx.documentfile:documentfile:1.0.1' diff --git a/app/src/main/kotlin/com/simplemobiletools/voicerecorder/activities/MainActivity.kt b/app/src/main/kotlin/com/simplemobiletools/voicerecorder/activities/MainActivity.kt index 584e754..ef2ac60 100644 --- a/app/src/main/kotlin/com/simplemobiletools/voicerecorder/activities/MainActivity.kt +++ b/app/src/main/kotlin/com/simplemobiletools/voicerecorder/activities/MainActivity.kt @@ -133,7 +133,7 @@ class MainActivity : SimpleActivity() { } private fun launchAbout() { - val licenses = LICENSE_EVENT_BUS or LICENSE_AUDIO_RECORD_VIEW + val licenses = LICENSE_EVENT_BUS or LICENSE_AUDIO_RECORD_VIEW or LICENSE_ANDROID_LAME val faqItems = arrayListOf( FAQItem(R.string.faq_1_title, R.string.faq_1_text), From 89d93a38ec7ad7d3a7913cbebeae04ed815d03cb Mon Sep 17 00:00:00 2001 From: Pavel Poley Date: Wed, 15 Jun 2022 13:18:00 +0300 Subject: [PATCH 2/2] android lame license --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 55b830e..cd94b70 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -62,7 +62,7 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:d100d21180' + implementation 'com.github.SimpleMobileTools:Simple-Commons:4b3acbca86' implementation 'org.greenrobot:eventbus:3.3.1' implementation 'com.github.Armen101:AudioRecordView:1.0.4' implementation 'androidx.documentfile:documentfile:1.0.1'