diff --git a/pocketlib/build.gradle b/pocketlib/build.gradle index ccb0c4e..6162c40 100644 --- a/pocketlib/build.gradle +++ b/pocketlib/build.gradle @@ -37,7 +37,7 @@ dependencies { compileOnly 'io.reactivex.rxjava2:rxjava:2.2.10' compileOnly 'io.reactivex.rxjava2:rxandroid:2.1.1' compileOnly 'android.arch.paging:runtime:1.0.1' - compileOnly 'com.google.code.gson:gson:2.8.5' + compileOnly 'com.google.code.gson:gson:2.8.7' testImplementation 'junit:junit:4.12' androidTestImplementation 'com.android.support.test:runner:1.0.2' androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'