Merge pull request #4296 from vector-im/feature/fga/fix_jsonviewer
Fix crash when clicking on ViewEvent source actions
This commit is contained in:
commit
eb54eef595
1
changelog.d/4279.bugfix
Normal file
1
changelog.d/4279.bugfix
Normal file
@ -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'
|
gplayImplementation 'com.google.android.gms:play-services-oss-licenses:17.0.0'
|
||||||
|
|
||||||
implementation "androidx.emoji:emoji-appcompat:1.1.0"
|
implementation "androidx.emoji:emoji-appcompat:1.1.0"
|
||||||
|
implementation ('com.github.BillCarsonFr:JsonViewer:0.7')
|
||||||
implementation ('com.github.BillCarsonFr:JsonViewer:0.6'){
|
|
||||||
exclude group: 'com.airbnb.android'
|
|
||||||
}
|
|
||||||
|
|
||||||
// WebRTC
|
// WebRTC
|
||||||
// org.webrtc:google-webrtc is for development purposes only
|
// org.webrtc:google-webrtc is for development purposes only
|
||||||
|
Loading…
Reference in New Issue
Block a user