Merge pull request #116 from pavelpoley/lame-license

Android Lame license
This commit is contained in:
Tibor Kaputa
2022-06-15 12:40:51 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -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'

View File

@@ -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),