Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 28b2aca6 authored by Vincent Bourgmayer's avatar Vincent Bourgmayer
Browse files

feature: support fetching release for Android UPSIDE_DOWN_CAKE

parent fad57c52
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -203,6 +203,7 @@ class SystemAppsUpdatesRepository @Inject constructor(
        return when (val currentAPI = Build.VERSION.SDK_INT) {
            Build.VERSION_CODES.S -> "S"
            Build.VERSION_CODES.TIRAMISU -> "T"
            Build.VERSION_CODES.UPSIDE_DOWN_CAKE -> "U"
            else -> throw UnsupportedAndroidApiException("API level $currentAPI is not supported")
        }
    }