add pretty time dep

(cherry picked from commit 8ac2aba)
This commit is contained in:
Johannes Mockenhaupt 2017-11-05 17:32:09 +01:00
parent 7c44761f25
commit 8b7725c076
No known key found for this signature in database
GPG key ID: 9E1EA6AF7BBBB0D1

View file

@ -154,6 +154,7 @@ dependencies {
exclude group: 'com.google.android', module: 'android'
}
compile 'org.apache.commons:commons-lang3:3.6'
compile 'org.ocpsoft.prettytime:prettytime:4.0.1.Final'
compile 'org.slf4j:slf4j-api:1.7.12'
compile 'com.jjoe64:graphview:4.0.1'
compile 'com.joanzapata.iconify:android-iconify-fontawesome:2.1.1'