define a file with supported languages

This commit is contained in:
tibbi 2023-05-09 18:12:52 +02:00
parent 441b4d0e24
commit d5b2efe127
2 changed files with 2 additions and 1 deletions

View file

@ -78,7 +78,7 @@ android {
}
dependencies {
implementation 'com.github.SimpleMobileTools:Simple-Commons:b7ffe4848e'
implementation 'com.github.SimpleMobileTools:Simple-Commons:11f9bfd8b4'
implementation 'com.theartofdev.edmodo:android-image-cropper:2.8.0'
implementation 'it.sephiroth.android.exif:library:1.0.1'
implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.24'

View file

@ -49,6 +49,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:supportsRtl="true"