mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-11 11:30:48 +01:00
Fix ACRA not attaching BuildConfig
This commit is contained in:
parent
4ccce424de
commit
a122d817e8
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ import timber.log.Timber;
|
|||
formUri = "http://tachiyomi.kanade.eu/crash_report",
|
||||
reportType = org.acra.sender.HttpSender.Type.JSON,
|
||||
httpMethod = org.acra.sender.HttpSender.Method.PUT,
|
||||
buildConfigClass = BuildConfig.class,
|
||||
excludeMatchingSharedPreferencesKeys={".*username.*",".*password.*"}
|
||||
)
|
||||
public class App extends Application {
|
||||
|
|
Loading…
Reference in a new issue