From e4083f5452f55cfb375c4efc089dcd5323ae0fee Mon Sep 17 00:00:00 2001 From: Phillip Mates Date: Thu, 4 Feb 2016 12:06:37 -0500 Subject: [PATCH] ACRA 4.81 has a crucial android 4.4.4 bug fix --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index da47f85252..9b80f932ae 100644 --- a/build.gradle +++ b/build.gradle @@ -54,7 +54,7 @@ dependencies { compile 'com.google.android.gms:play-services-maps:8.4.0' compile 'com.google.android.gms:play-services-analytics:8.4.0' compile 'com.google.zxing:core:3.0.0' - compile 'ch.acra:acra:4.8.0@aar' + compile 'ch.acra:acra:4.8.1@aar' compile 'joda-time:joda-time:2.3' compile 'net.sf.kxml:kxml2:2.3.0' compile 'net.zetetic:android-database-sqlcipher:3.3.1-2@aar'