Update device-transfer app build to work with the latest libsignal

This commit is contained in:
Chris Eager
2022-06-17 10:54:03 -07:00
committed by Cody Henthorne
parent 53c60e1f6d
commit 05b7055678
5 changed files with 22 additions and 2 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ android {
dependencies {
implementation libs.androidx.appcompat
implementation project(':core-util')
implementation libs.libsignal.client
implementation libs.libsignal.android
api libs.greenrobot.eventbus
testImplementation testLibs.junit.junit