Skip to content

Commit b7f91f1

Browse files
committed
updating commons
1 parent 830f3c0 commit b7f91f1

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
@@ -64,7 +64,7 @@ android {
6464
}
6565

6666
dependencies {
67-
implementation 'com.github.SimpleMobileTools:Simple-Commons:dfe84c0ee2'
67+
implementation 'com.github.SimpleMobileTools:Simple-Commons:94b616f462'
6868
implementation 'com.github.tibbi:PdfViewPager:d2af24208d'
6969
implementation 'com.github.Stericson:RootTools:df729dcb13'
7070
implementation 'com.github.Stericson:RootShell:1.6'

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:appCategory="productivity"
2424
android:icon="@mipmap/ic_launcher"
2525
android:label="@string/app_launcher_name"
26+
android:localeConfig="@xml/locale_config"
2627
android:requestLegacyExternalStorage="true"
2728
android:roundIcon="@mipmap/ic_launcher"
2829
android:theme="@style/AppTheme">

0 commit comments

Comments
 (0)