update libraries
This commit is contained in:
+2
-2
@@ -28,7 +28,7 @@ import org.json.JSONException
|
||||
import org.koin.core.component.KoinComponent
|
||||
import org.koin.core.component.get
|
||||
import org.koin.core.error.InstanceCreationException
|
||||
import org.koin.core.error.NoBeanDefFoundException
|
||||
import org.koin.core.error.NoDefinitionFoundException
|
||||
import org.koin.core.qualifier.named
|
||||
import java.io.File
|
||||
|
||||
@@ -404,7 +404,7 @@ internal class SavableSearchableRepositoryImpl(
|
||||
private suspend fun fromDatabaseEntity(entity: SavedSearchableEntity): SavedSearchable {
|
||||
val deserializer: SearchableDeserializer? = try {
|
||||
get(named(entity.type))
|
||||
} catch (e: NoBeanDefFoundException) {
|
||||
} catch (e: NoDefinitionFoundException) {
|
||||
CrashReporter.logException(e)
|
||||
null
|
||||
} catch (e: InstanceCreationException) {
|
||||
|
||||
@@ -17,8 +17,8 @@ import okhttp3.HttpUrl
|
||||
import okhttp3.OkHttpClient
|
||||
import okhttp3.Request
|
||||
import org.jsoup.Jsoup
|
||||
import org.jsoup.UncheckedIOException
|
||||
import java.io.IOException
|
||||
import java.io.UncheckedIOException
|
||||
import java.net.MalformedURLException
|
||||
import java.net.URISyntaxException
|
||||
import java.net.URL
|
||||
|
||||
Reference in New Issue
Block a user