updating commons

This commit is contained in:
tibbi 2023-05-12 11:53:26 +02:00
parent 38ea0c9baf
commit 627ed733c0
2 changed files with 2 additions and 1 deletions

View File

@ -65,7 +65,7 @@ android {
}
dependencies {
implementation 'com.github.SimpleMobileTools:Simple-Commons:5d5e4e1ac5'
implementation 'com.github.SimpleMobileTools:Simple-Commons:79c7cde543'
implementation 'androidx.emoji2:emoji2-bundled:1.2.0'
kapt 'androidx.room:room-compiler:2.5.1'

View File

@ -18,6 +18,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">