We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6e81f24 + 248ca5e commit 671441bCopy full SHA for 671441b
2 files changed
app/build.gradle
@@ -262,7 +262,7 @@ dependencies {
262
implementation "com.nononsenseapps:filepicker:4.2.1"
263
264
// Crash reporting
265
- implementation "ch.acra:acra-core:5.8.4"
+ implementation "ch.acra:acra-core:5.9.1"
266
267
// Properly restarting
268
implementation 'com.jakewharton:process-phoenix:2.1.2'
app/src/main/java/org/schabi/newpipe/App.java
@@ -205,7 +205,7 @@ protected void initACRA() {
205
return;
206
}
207
208
- final CoreConfigurationBuilder acraConfig = new CoreConfigurationBuilder(this)
+ final CoreConfigurationBuilder acraConfig = new CoreConfigurationBuilder()
209
.withBuildConfigClass(BuildConfig.class);
210
ACRA.init(this, acraConfig);
211
0 commit comments