updating commons

This commit is contained in:
tibbi 2023-05-13 16:44:51 +02:00
parent e8b95052dc
commit 7acbd0286c
2 changed files with 5 additions and 4 deletions

View File

@ -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"
}

View File

@ -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">