updating commons
This commit is contained in:
parent
38ea0c9baf
commit
627ed733c0
|
@ -65,7 +65,7 @@ android {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'com.github.SimpleMobileTools:Simple-Commons:5d5e4e1ac5'
|
implementation 'com.github.SimpleMobileTools:Simple-Commons:79c7cde543'
|
||||||
implementation 'androidx.emoji2:emoji2-bundled:1.2.0'
|
implementation 'androidx.emoji2:emoji2-bundled:1.2.0'
|
||||||
|
|
||||||
kapt 'androidx.room:room-compiler:2.5.1'
|
kapt 'androidx.room:room-compiler:2.5.1'
|
||||||
|
|
|
@ -18,6 +18,7 @@
|
||||||
android:appCategory="productivity"
|
android:appCategory="productivity"
|
||||||
android:icon="@mipmap/ic_launcher"
|
android:icon="@mipmap/ic_launcher"
|
||||||
android:label="@string/app_launcher_name"
|
android:label="@string/app_launcher_name"
|
||||||
|
android:localeConfig="@xml/locale_config"
|
||||||
android:roundIcon="@mipmap/ic_launcher"
|
android:roundIcon="@mipmap/ic_launcher"
|
||||||
android:supportsRtl="true"
|
android:supportsRtl="true"
|
||||||
android:theme="@style/AppTheme">
|
android:theme="@style/AppTheme">
|
||||||
|
|
Loading…
Reference in New Issue