File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -63,11 +63,11 @@ android {
6363}
6464
6565dependencies {
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}
Original file line number Diff line number Diff line change 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" >
You can’t perform that action at this time.
0 commit comments