adding a list of supported languages

This commit is contained in:
tibbi 2023-06-13 12:53:37 +02:00
parent 17609e4079
commit 1c15a6e85e
2 changed files with 2 additions and 1 deletions

View File

@ -63,6 +63,6 @@ android {
}
dependencies {
implementation 'com.github.SimpleMobileTools:Simple-Commons:dfe84c0ee2'
implementation 'com.github.SimpleMobileTools:Simple-Commons:c09f8dfda1'
implementation "androidx.print:print:1.0.0"
}

View File

@ -27,6 +27,7 @@
android:appCategory="image"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_launcher_name"
android:localeConfig="@xml/locale_config"
android:roundIcon="@mipmap/ic_launcher"
android:theme="@style/AppTheme">