Update ACRA library
This commit is contained in:
parent
3fb5073feb
commit
248ca5ee12
2 changed files with 2 additions and 2 deletions
|
@ -262,7 +262,7 @@ dependencies {
|
||||||
implementation "com.nononsenseapps:filepicker:4.2.1"
|
implementation "com.nononsenseapps:filepicker:4.2.1"
|
||||||
|
|
||||||
// Crash reporting
|
// Crash reporting
|
||||||
implementation "ch.acra:acra-core:5.8.4"
|
implementation "ch.acra:acra-core:5.9.1"
|
||||||
|
|
||||||
// Properly restarting
|
// Properly restarting
|
||||||
implementation 'com.jakewharton:process-phoenix:2.1.2'
|
implementation 'com.jakewharton:process-phoenix:2.1.2'
|
||||||
|
|
|
@ -205,7 +205,7 @@ public class App extends MultiDexApplication {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
final CoreConfigurationBuilder acraConfig = new CoreConfigurationBuilder(this)
|
final CoreConfigurationBuilder acraConfig = new CoreConfigurationBuilder()
|
||||||
.withBuildConfigClass(BuildConfig.class);
|
.withBuildConfigClass(BuildConfig.class);
|
||||||
ACRA.init(this, acraConfig);
|
ACRA.init(this, acraConfig);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue