Upgrade emoji library to 0.7.0.

This commit is contained in:
akwizgran
2022-04-18 10:45:49 +01:00
parent 74a3f54d28
commit cc4978c2b1
2 changed files with 3 additions and 3 deletions

View File

@@ -114,7 +114,7 @@ dependencies {
implementation 'de.hdodenhof:circleimageview:3.1.0'
implementation 'com.google.zxing:core:3.3.3' // newer version need minSdk 24
implementation 'uk.co.samuelwall:material-tap-target-prompt:3.3.0'
implementation 'com.vanniktech:emoji-google:0.6.0' // newer versions need minSdk 21
implementation 'com.vanniktech:emoji-google:0.7.0' // newer versions need minSdk 21
implementation 'com.github.kobakei:MaterialFabSpeedDial:1.2.1'
implementation 'com.github.chrisbanes:PhotoView:2.3.0'
def glideVersion = '4.11.0'