Fix crash when clicking on ViewEvent source actions #4279
This commit is contained in:
parent
7c9c4ecf5f
commit
d41ff50097
|
@ -0,0 +1 @@
|
|||
Fix crash when clicking on ViewEvent source actions
|
|
@ -470,10 +470,7 @@ dependencies {
|
|||
gplayImplementation 'com.google.android.gms:play-services-oss-licenses:17.0.0'
|
||||
|
||||
implementation "androidx.emoji:emoji-appcompat:1.1.0"
|
||||
|
||||
implementation ('com.github.BillCarsonFr:JsonViewer:0.6'){
|
||||
exclude group: 'com.airbnb.android'
|
||||
}
|
||||
implementation ('com.github.BillCarsonFr:JsonViewer:0.7')
|
||||
|
||||
// WebRTC
|
||||
// org.webrtc:google-webrtc is for development purposes only
|
||||
|
|
Loading…
Reference in New Issue