doubledotlabs / doki

An Android library that displays information from dontkillmyapp.com to users in a clean and presentable manner.
https://jitpack.io/#dev.doubledot/doki
MIT License
169 stars 16 forks source link

Crashes only on Android 10 #8

Open Smartling-Mobile opened 4 years ago

Smartling-Mobile commented 4 years ago

Here's the stacktrace:

Caused by java.lang.RuntimeException Missing type parameter. com.google.gson.reflect.TypeToken. (TypeToken.java:49) com.google.gson.Gson. (Gson.java:2) retrofit2.converter.gson.GsonConverterFactory.create (GsonConverterFactory.java:42) dev.doubledot.doki.api.remote.DokiApiService$Companion.create (DokiApiService.java:12) dev.doubledot.doki.api.tasks.DokiApi$dokiApiService$2.invoke (DokiApi.java:16) dev.doubledot.doki.api.tasks.DokiApi$dokiApiService$2.invoke (DokiApi.java:13) kotlin.SynchronizedLazyImpl.getValue (SynchronizedLazyImpl.java:22) dev.doubledot.doki.api.tasks.DokiApi.getDokiApiService (DokiApi.java:7) dev.doubledot.doki.api.tasks.DokiApi.getManufacturer (DokiApi.java:26) dev.doubledot.doki.views.DokiContentView.loadContent (DokiContentView.java:21) dev.doubledot.doki.ui.DokiActivity.onCreate (DokiActivity.java:52) android.app.Activity.performCreate (Activity.java:7824) com.android.internal.os.ZygoteInit.main (ZygoteInit.java:930)