Upgrade dependencies

Remove Firebase Perf for better build speeds
This commit is contained in:
NerdNumber9
2019-04-09 21:43:47 -04:00
parent c5e69d2080
commit c6b28cbcaf
52 changed files with 196 additions and 129 deletions

View File

@ -26,7 +26,6 @@ const val TSUMINO_SOURCE_ID = LEWD_SOURCE_SERIES + 9
const val HITOMI_SOURCE_ID = LEWD_SOURCE_SERIES + 10
// TODO hentai.cafe is a lewd source!
fun isLewdSource(source: Long) = source in 6900..6999 || SourceManager.DELEGATED_SOURCES.any {
it.value.sourceId == source
}

View File

@ -115,6 +115,7 @@ class LocalFavoritesStorage {
token = ExGalleryMetadata.galleryToken(it.second.url)
category = it.first
// TODO Throw error here
if(this.category > 9)
return@mapNotNull null
}