mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2024-12-23 00:20:32 +00:00
commit
671441bdf8
@ -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 New Issue
Block a user