Merge branch 'emoji-0.7.0' into 'master'

Upgrade emoji library to 0.7.0

Closes #1775

See merge request briar/briar!1630
This commit is contained in:
Torsten Grote
2022-05-16 12:35:23 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -115,7 +115,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'