Loading app/src/main/java/foundation/e/apps/data/gitlab/SystemAppsUpdatesRepository.kt +3 −2 Original line number Diff line number Diff line Loading @@ -47,8 +47,9 @@ class SystemAppsUpdatesRepository @Inject constructor( private val androidVersionCode by lazy { try { getAndroidVersionCodeChar() } catch (exception: RuntimeException) { Timber.w(exception.message) catch (exception: UnsupportedAndroidApiException) { Timber.w(exception.message, "Android API isn't in supported range to update some system apps") "UnsupportedAndroidAPI" } } Loading Loading
app/src/main/java/foundation/e/apps/data/gitlab/SystemAppsUpdatesRepository.kt +3 −2 Original line number Diff line number Diff line Loading @@ -47,8 +47,9 @@ class SystemAppsUpdatesRepository @Inject constructor( private val androidVersionCode by lazy { try { getAndroidVersionCodeChar() } catch (exception: RuntimeException) { Timber.w(exception.message) catch (exception: UnsupportedAndroidApiException) { Timber.w(exception.message, "Android API isn't in supported range to update some system apps") "UnsupportedAndroidAPI" } } Loading