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 a0cfafb commit 276bbcbCopy full SHA for 276bbcb
app/build.gradle
@@ -62,7 +62,7 @@ android {
62
}
63
64
dependencies {
65
- implementation 'com.github.SimpleMobileTools:Simple-Commons:9f0c466018'
+ implementation 'com.github.SimpleMobileTools:Simple-Commons:bce3441c67'
66
implementation 'org.greenrobot:eventbus:3.3.1'
67
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
68
app/src/main/AndroidManifest.xml
@@ -23,6 +23,7 @@
23
android:allowBackup="true"
24
android:icon="@mipmap/ic_launcher"
25
android:label="@string/app_launcher_name"
26
+ android:localeConfig="@xml/locale_config"
27
android:roundIcon="@mipmap/ic_launcher"
28
android:supportsRtl="true"
29
android:theme="@style/AppTheme">
0 commit comments