updating commons

This commit is contained in:
tibbi 2021-11-12 19:29:12 +01:00
parent ed4cc47f4c
commit 9957ae160a
2 changed files with 2 additions and 1 deletions

View File

@ -56,7 +56,7 @@ android {
}
dependencies {
implementation 'com.github.SimpleMobileTools:Simple-Commons:cac7ba71ac'
implementation 'com.github.SimpleMobileTools:Simple-Commons:783d94bd6d'
implementation 'org.greenrobot:eventbus:3.2.0'
implementation 'com.github.Armen101:AudioRecordView:1.0.2'
implementation 'androidx.documentfile:documentfile:1.0.1'

View File

@ -26,6 +26,7 @@
android:label="@string/app_launcher_name"
android:requestLegacyExternalStorage="true"
android:roundIcon="@mipmap/ic_launcher"
android:supportsRtl="true"
android:theme="@style/AppTheme">
<activity