Albirew/tachiyomi
Archivé
1
0
Bifurcation 0

Fix ACRA not attaching BuildConfig

Cette révision appartient à :
len 2016-03-18 20:40:14 +01:00
Parent 4ccce424de
révision a122d817e8

Voir le fichier

@ -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 {