updating commons

This commit is contained in:
tibbi 2023-05-12 12:14:52 +02:00
parent a9ce7c20b3
commit 32e496e1ff
2 changed files with 2 additions and 1 deletions

View File

@ -63,7 +63,7 @@ android {
}
dependencies {
implementation 'com.github.SimpleMobileTools:Simple-Commons:dfe84c0ee2'
implementation 'com.github.SimpleMobileTools:Simple-Commons:79c7cde543'
implementation 'org.greenrobot:eventbus:3.3.1'
implementation 'com.github.Armen101:AudioRecordView:1.0.4'
implementation 'androidx.documentfile:documentfile:1.0.1'

View File

@ -26,6 +26,7 @@
android:appCategory="audio"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_launcher_name"
android:localeConfig="@xml/locale_config"
android:requestLegacyExternalStorage="true"
android:roundIcon="@mipmap/ic_launcher"
android:supportsRtl="true"