From b7a8b1c9473483a97cac6dd4cf45e7b0ca0b57e9 Mon Sep 17 00:00:00 2001 From: "Chris J. Karr" Date: Wed, 24 May 2017 16:13:33 -0500 Subject: [PATCH] Updating Jackson library to fix HttpTransmitter crash --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a897072..53faebb 100755 --- a/build.gradle +++ b/build.gradle @@ -65,7 +65,7 @@ android { compile 'commons-io:commons-io:2.4' compile 'commons-codec:commons-codec:1.10' compile 'org.apache.commons:commons-lang3:3.4' - compile 'com.fasterxml.jackson.core:jackson-core:2.7.3' + compile 'com.fasterxml.jackson.core:jackson-core:2.8.8' compile 'com.github.philjay:mpandroidchart:v3.0.1' compile 'com.rvalerio:fgchecker:1.0.1' }