adding a list of supported languages
This commit is contained in:
parent
17609e4079
commit
1c15a6e85e
|
@ -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"
|
||||
}
|
||||
|
|
|
@ -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">
|
||||
|
||||
|
|
Loading…
Reference in New Issue