Skip to content

Commit 1bfced6

Browse files
committed
updating commons
1 parent c076daf commit 1bfced6

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@ android {
6363
}
6464

6565
dependencies {
66-
implementation 'com.github.SimpleMobileTools:Simple-Commons:6ed2cb04b7'
66+
implementation 'com.github.SimpleMobileTools:Simple-Commons:94b616f462'
6767
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
6868
implementation 'androidx.documentfile:documentfile:1.0.1'
6969

70-
kapt 'androidx.room:room-compiler:2.5.0'
71-
implementation 'androidx.room:room-runtime:2.5.0'
72-
annotationProcessor 'androidx.room:room-compiler:2.5.0'
70+
kapt 'androidx.room:room-compiler:2.5.1'
71+
implementation 'androidx.room:room-runtime:2.5.1'
72+
annotationProcessor 'androidx.room:room-compiler:2.5.1'
7373
}

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
android:appCategory="productivity"
2323
android:icon="@mipmap/ic_launcher"
2424
android:label="@string/app_launcher_name"
25+
android:localeConfig="@xml/locale_config"
2526
android:roundIcon="@mipmap/ic_launcher"
2627
android:supportsRtl="true"
2728
android:theme="@style/AppTheme">

0 commit comments

Comments
 (0)