Update ringrtc to v0.1.7

This commit is contained in:
Curt Brune
2019-10-29 12:46:01 -07:00
parent 47f648e7bc
commit 61fb20f412
2 changed files with 4 additions and 4 deletions

View File

@@ -98,7 +98,7 @@ dependencies {
implementation 'org.whispersystems:signal-service-android:2.13.9'
implementation 'org.signal:ringrtc-android:0.1.4'
implementation 'org.signal:ringrtc-android:0.1.7'
implementation "me.leolin:ShortcutBadger:1.1.16"
implementation 'se.emilsjolander:stickylistheaders:2.7.0'
@@ -452,4 +452,4 @@ task qa {
wrapper {
distributionType = Wrapper.DistributionType.ALL
}
}