Skip to content

Commit 276bbcb

Browse files
committed
updating commons
1 parent a0cfafb commit 276bbcb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ android {
6262
}
6363

6464
dependencies {
65-
implementation 'com.github.SimpleMobileTools:Simple-Commons:9f0c466018'
65+
implementation 'com.github.SimpleMobileTools:Simple-Commons:bce3441c67'
6666
implementation 'org.greenrobot:eventbus:3.3.1'
6767
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
6868
}

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
android:allowBackup="true"
2424
android:icon="@mipmap/ic_launcher"
2525
android:label="@string/app_launcher_name"
26+
android:localeConfig="@xml/locale_config"
2627
android:roundIcon="@mipmap/ic_launcher"
2728
android:supportsRtl="true"
2829
android:theme="@style/AppTheme">

0 commit comments

Comments
 (0)