Loading app/src/main/java/foundation/e/apps/data/gitlab/SystemAppsUpdatesRepository.kt +2 −0 Original line number Diff line number Diff line Loading @@ -225,6 +225,8 @@ class SystemAppsUpdatesRepository @Inject constructor( * or stop to support an old one */ private fun getAndroidVersionCodeChar(): String { Timber.d("getAndroidVersionCodeChar: currentAPI = ${Build.VERSION.SDK_INT}") Timber.d("VERSION_CODES.S = ${Build.VERSION_CODES.S}") return when (val currentAPI = Build.VERSION.SDK_INT) { Build.VERSION_CODES.S -> "S" Build.VERSION_CODES.TIRAMISU -> "T" Loading Loading
app/src/main/java/foundation/e/apps/data/gitlab/SystemAppsUpdatesRepository.kt +2 −0 Original line number Diff line number Diff line Loading @@ -225,6 +225,8 @@ class SystemAppsUpdatesRepository @Inject constructor( * or stop to support an old one */ private fun getAndroidVersionCodeChar(): String { Timber.d("getAndroidVersionCodeChar: currentAPI = ${Build.VERSION.SDK_INT}") Timber.d("VERSION_CODES.S = ${Build.VERSION_CODES.S}") return when (val currentAPI = Build.VERSION.SDK_INT) { Build.VERSION_CODES.S -> "S" Build.VERSION_CODES.TIRAMISU -> "T" Loading