diff --git a/app/build.gradle b/app/build.gradle index aea27936539..22f64d18128 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -152,7 +152,7 @@ android { ext { butterknifeVersion = "10.2.3" - coilKtVersion = "1.2.0" + coilKtVersion = "1.2.1" daggerVersion = "2.34.1" okhttpVersion = "3.14.2" materialDialogsVersion = "3.3.0" @@ -174,7 +174,7 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'com.google.android.material:material:1.3.0' implementation 'androidx.constraintlayout:constraintlayout:2.0.4' - implementation 'com.github.vanniktech:Emoji:0.6.0' + implementation 'com.github.vanniktech:Emoji:0.7.0' implementation group: 'androidx.emoji', name: 'emoji-bundled', version: '1.1.0' implementation 'org.michaelevans.colorart:library:0.0.3' implementation "androidx.work:work-runtime:${workVersion}"