Skip to content
Snippets Groups Projects
Commit 2f836db7 authored by Taras's avatar Taras
Browse files

Update dependencies

parent 82234347
No related branches found
No related tags found
No related merge requests found
......@@ -104,7 +104,7 @@ dependencies {
implementation 'com.github.kirich1409:viewbindingpropertydelegate-noreflection:1.5.6'
//Glide
def glide_version = '4.14.2'
def glide_version = '4.15.1'
implementation "com.github.bumptech.glide:glide:$glide_version"
kapt "com.github.bumptech.glide:compiler:$glide_version"
......@@ -133,7 +133,7 @@ dependencies {
gplayImplementation 'com.android.billingclient:billing-ktx:5.2.0'
//Emoji
implementation "com.vanniktech:emoji-google:0.15.0"
implementation "com.vanniktech:emoji-google:0.16.0"
//Retrofit2
def retrofit_version = '2.9.0'
......
......@@ -62,10 +62,26 @@ class EmojiBottomSheet : BottomSheetDialogFragment() {
onEmojiSelected(emoji.unicode)
}, null, null,
EmojiTheming(
backgroundColor = ContextCompat.getColor(
requireContext(),
R.color.white
),
primaryColor = ContextCompat.getColor(
requireContext(),
R.color.blue
),
secondaryColor = Color.RED,
dividerColor = ContextCompat.getColor(
requireContext(),
R.color.divider_color
),
textColor = ContextCompat.getColor(
requireContext(),
R.color.black
),
textSecondaryColor = ContextCompat.getColor(
requireContext(),
R.color.gray
)
),
NoRecentEmoji, SearchEmojiManager(), NoVariantEmoji
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment