Use moshi 1.4.0

This commit is contained in:
ligi 2017-03-21 23:31:56 +01:00
parent d806076fe7
commit 7e90275433
No known key found for this signature in database
GPG key ID: 8E81894010ABF23D

View file

@ -152,7 +152,7 @@ dependencies {
compile 'com.squareup.okhttp3:okhttp:3.6.0'
compile 'com.larswerkman:HoloColorPicker:1.5'
compile 'com.google.code.findbugs:jsr305:3.0.1'
compile 'com.squareup.moshi:moshi:1.2.0'
compile 'com.squareup.moshi:moshi:1.4.0'
compile("com.chibatching.kotpref:kotpref:2.1.0") {
exclude group: 'org.jetbrains.kotlin'