Skip to content
This repository was archived by the owner on Jul 18, 2024. It is now read-only.

Commit

Permalink
app: Add android 15 search support (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
hosizoraru authored May 18, 2024
1 parent 67be271 commit 9e995c6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ object DeviceInfoHelper {

private const val XIAOMI = "XM"

private val androidV = Android("15.0", "V")
private val androidU = Android("14.0", "U")
private val androidT = Android("13.0", "T")
private val androidS = Android("12.0", "S")
Expand All @@ -28,6 +29,7 @@ object DeviceInfoHelper {
private val androidK = Android("4.4", "K")

private val androidList = listOf(
androidV,
androidU,
androidT,
androidS,
Expand Down

0 comments on commit 9e995c6

Please sign in to comment.