Replace Gson with Moshi

This commit is contained in:
2020-09-02 21:01:15 +02:00
committed by Matte23
parent bdb3d954fc
commit 46d471a927
4 changed files with 20 additions and 11 deletions

View File

@@ -55,6 +55,7 @@ dependencies {
androidTestImplementation 'androidx.test:runner:1.3.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
implementation 'com.squareup.okhttp3:okhttp:4.8.1'
implementation 'com.google.code.gson:gson:2.8.6'
implementation 'com.squareup.moshi:moshi:1.9.3'
kapt 'com.squareup.moshi:moshi-kotlin-codegen:1.9.3'
implementation 'org.jsoup:jsoup:1.13.1'
}