Merge pull request #3982 from Stypox/fix-acra
Fix ACRA bug reports not containing stack trace
This commit is contained in:
commit
917e5959b6
4 changed files with 26 additions and 14 deletions
|
|
@ -89,6 +89,7 @@ ext {
|
|||
androidxRoomVersion = '2.2.5'
|
||||
groupieVersion = '2.8.0'
|
||||
markwonVersion = '4.3.1'
|
||||
googleAutoServiceVersion = '1.0-rc7'
|
||||
}
|
||||
|
||||
configurations {
|
||||
|
|
@ -175,6 +176,9 @@ dependencies {
|
|||
|
||||
implementation "com.google.android.material:material:1.1.0"
|
||||
|
||||
compileOnly "com.google.auto.service:auto-service-annotations:${googleAutoServiceVersion}"
|
||||
kapt "com.google.auto.service:auto-service:${googleAutoServiceVersion}"
|
||||
|
||||
implementation "androidx.appcompat:appcompat:1.1.0"
|
||||
implementation "androidx.preference:preference:1.1.1"
|
||||
implementation "androidx.recyclerview:recyclerview:1.1.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue