From 7acbd0286c786a5872d2aba6d0ac041d55490468 Mon Sep 17 00:00:00 2001 From: tibbi Date: Sat, 13 May 2023 16:44:51 +0200 Subject: [PATCH] updating commons --- app/build.gradle | 8 ++++---- app/src/main/AndroidManifest.xml | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index a359402..9f69ac9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -63,9 +63,9 @@ android { } dependencies { - implementation 'com.github.SimpleMobileTools:Simple-Commons:c457573200' + implementation 'com.github.SimpleMobileTools:Simple-Commons:8a1114e683' - kapt "androidx.room:room-compiler:2.5.0" - implementation "androidx.room:room-runtime:2.5.0" - annotationProcessor "androidx.room:room-compiler:2.5.0" + kapt "androidx.room:room-compiler:2.5.1" + implementation "androidx.room:room-runtime:2.5.1" + annotationProcessor "androidx.room:room-compiler:2.5.1" } diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 5bfbb94..a734e7b 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -28,6 +28,7 @@ android:appCategory="productivity" android:icon="@mipmap/ic_launcher" android:label="@string/app_launcher_name" + android:localeConfig="@xml/locale_config" android:roundIcon="@mipmap/ic_launcher" android:supportsRtl="true" android:theme="@style/AppTheme">