updating commons

This commit is contained in:
tibbi 2023-05-13 16:50:52 +02:00
parent ae246fb57a
commit 98c61c00c8
2 changed files with 2 additions and 1 deletions

View File

@ -63,7 +63,7 @@ android {
}
dependencies {
implementation 'com.github.SimpleMobileTools:Simple-Commons:d0ea181610'
implementation 'com.github.SimpleMobileTools:Simple-Commons:8a1114e683'
implementation 'androidx.documentfile:documentfile:1.0.1'
implementation "androidx.exifinterface:exifinterface:1.3.5"
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.5.1"

View File

@ -37,6 +37,7 @@
android:appCategory="image"
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:theme="@style/AppTheme">