update ACRA
This commit is contained in:
parent
17e4cb3f4e
commit
ab36647865
@ -35,7 +35,7 @@ dependencies {
|
||||
compile 'com.android.support:customtabs:25.3.1'
|
||||
compile 'com.google.code.gson:gson:2.7'
|
||||
compile 'com.shamanland:fab:0.0.5'
|
||||
compile 'ch.acra:acra:4.5.0'
|
||||
compile 'ch.acra:acra:4.9.1'
|
||||
compile 'com.ToxicBakery.viewpager.transforms:view-pager-transforms:1.2.32@aar'
|
||||
compile 'me.relex:circleindicator:1.1.1@aar'
|
||||
compile 'com.viewpagerindicator:library:2.4.1'
|
||||
|
@ -8,10 +8,10 @@ import org.acra.annotation.ReportsCrashes;
|
||||
import org.fox.ttrss.types.Article;
|
||||
import org.fox.ttrss.types.ArticleList;
|
||||
|
||||
@ReportsCrashes(formKey = "", mode = ReportingInteractionMode.DIALOG,
|
||||
@ReportsCrashes(mode = ReportingInteractionMode.SILENT,
|
||||
excludeMatchingSharedPreferencesKeys = {"password"},
|
||||
resDialogText = R.string.crash_dialog_text,
|
||||
formUri = "http://tt-rss.org/acra/submit/")
|
||||
formUri = "https://tt-rss.org/acra/submit/")
|
||||
public class Application extends android.app.Application {
|
||||
private static Application m_singleton;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user