Skip to content

Commit

Permalink
Updating Jackson library to fix HttpTransmitter crash
Browse files Browse the repository at this point in the history
  • Loading branch information
audaciouscode committed May 24, 2017
1 parent d30f540 commit b7a8b1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -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'
}
Expand Down

0 comments on commit b7a8b1c

Please sign in to comment.