We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03e9280 commit 53f8259Copy full SHA for 53f8259
app/build.gradle
@@ -61,5 +61,5 @@ android {
61
}
62
63
dependencies {
64
- implementation 'com.github.SimpleMobileTools:Simple-Commons:185891674f'
+ implementation 'com.github.SimpleMobileTools:Simple-Commons:bce3441c67'
65
app/src/main/AndroidManifest.xml
@@ -17,6 +17,7 @@
17
android:allowBackup="true"
18
android:icon="@mipmap/ic_launcher"
19
android:label="@string/app_launcher_name"
20
+ android:localeConfig="@xml/locale_config"
21
android:roundIcon="@mipmap/ic_launcher"
22
android:supportsRtl="true"
23
android:theme="@style/AppTheme">
0 commit comments