Skip to content

Commit

Permalink
device: Add three devices
Browse files Browse the repository at this point in the history
  • Loading branch information
YuKongA committed Dec 24, 2024
1 parent 9ec79bf commit fcff19b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composeApp/src/commonMain/kotlin/data/DeviceInfoHelper.kt
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,11 @@ object DeviceInfoHelper {
*/
private val deviceList = listOf(
Device("Redmi K30 4G", "phoenix", "GH"),
Device("POCO X2", "phoenixin", "GH"),
Device("POCO X2 4G", "phoenixin", "GH"),
Device("Redmi A4 5G / POCO C75 5G", "warm", "GV"),
Device("Redmi K30 / K30i", "picasso", "GI"),
Device("Redmi Pad SE 8.7 4G", "spark", "HY"),
Device("Redmi Pad SE 8.7 WiFi", "flare", "HX"),
Device("Xiaomi 10", "umi", "JB"),
Device("Xiaomi 10 Pro", "cmi", "JA"),
Device("Redmi Note 9 Pro", "joyeuse", "JZ"),
Expand Down

0 comments on commit fcff19b

Please sign in to comment.