add library for crash activity

This commit is contained in:
dkanada 2020-11-21 21:16:38 +09:00
commit dc3b89c380
2 changed files with 6 additions and 0 deletions

View file

@ -77,6 +77,7 @@ dependencies {
implementation 'com.heinrichreimersoftware:material-intro:1.6'
implementation 'com.h6ah4i.android.widget.advrecyclerview:advrecyclerview:1.0.0'
implementation 'com.android.support:multidex:1.0.3'
implementation 'com.melegy.redscreenofdeath:red-screen-of-death:0.1.2'
implementation 'androidx.room:room-runtime:2.2.5'
annotationProcessor 'androidx.room:room-compiler:2.2.5'