0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-20 03:52:15 +02:00

Upgrade ACRA to 5.2.1, more specific limiter clear note

This commit is contained in:
Mike Hardy 2018-10-16 16:40:05 -05:00
parent aa26dbe0eb
commit f36ac26059
2 changed files with 5 additions and 5 deletions

View File

@ -117,10 +117,10 @@ dependencies {
implementation 'com.getbase:floatingactionbutton:1.10.1'
// May need a resolution strategy for support libs to our versions
implementation'ch.acra:acra-http:5.2.0'
implementation'ch.acra:acra-dialog:5.2.0'
implementation'ch.acra:acra-toast:5.2.0'
implementation'ch.acra:acra-limiter:5.2.0'
implementation'ch.acra:acra-http:5.2.1'
implementation'ch.acra:acra-dialog:5.2.1'
implementation'ch.acra:acra-toast:5.2.1'
implementation'ch.acra:acra-limiter:5.2.1'
implementation 'net.mikehardy:google-analytics-java:2.0.3'
implementation 'com.squareup.okhttp3:okhttp:3.11.0'

View File

@ -300,7 +300,7 @@ public class AnkiDroidApp extends Application {
/**
* If you want to make sure that the next exception of any time is posted, you need to clear limiter data
*
* ACRA 5.3.x has API to do this, and cleans on version upgrade by default, until then they blessed deleting file
* ACRA 5.3.x does this automatically on version upgrade (https://github.com/ACRA/acra/pull/696), until then they blessed deleting file
* @param context the context leading to the directory with ACRA limiter data
*/
public static void deleteACRALimiterData(Context context) {