Bump Gson dependency

This commit is contained in:
Eugene Cheung 2019-01-07 21:59:43 -05:00
commit 8e21903cf9
No known key found for this signature in database
GPG key ID: E1FD745328866B0A

View file

@ -142,6 +142,6 @@ dependencies {
implementation('com.h6ah4i.android.widget.advrecyclerview:advrecyclerview:0.11.0@aar') {
transitive = true
}
implementation 'com.google.code.gson:gson:2.8.2'
implementation 'com.google.code.gson:gson:2.8.5'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.1'
}