Skip to content

Commit

Permalink
Update DeviceProps.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
rushiranpise authored Oct 11, 2023
1 parent 8d597a0 commit 3908aca
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ object DeviceProps {
Pair("ID", "SP1A.211105.002"),
Pair("FINGERPRINT", "google/coral/coral:12/SP1A.211105.002/7743617:user/release-keys"),
),
"Pixel 2019",
"Pixel 2019 mid-year",
getAndroidVersionFromLabel("S 12.0"),
),

Expand All @@ -306,10 +306,10 @@ object DeviceProps {
Pair("PRODUCT", "redfin"),
Pair("HARDWARE", "redfin"),
Pair("MODEL", "Pixel 5"),
Pair("ID", "TQ3A.230605.011"),
Pair("FINGERPRINT", "google/redfin/redfin:13/TQ3A.230605.011/10161073:user/release-keys"),
Pair("ID", "TQ3A.230901.001"),
Pair("FINGERPRINT", "google/redfin/redfin:13/TQ3A.230901.001/10750268:user/release-keys"),
),
"Pixel 2020",
"Pixel 2020 mid-year",
getAndroidVersionFromLabel("T 13.0"),
),

Expand Down Expand Up @@ -339,7 +339,7 @@ object DeviceProps {
Pair("ID", "SD1A.210817.036"),
Pair("FINGERPRINT", "google/raven/raven:12/SD1A.210817.036/7805805:user/release-keys"),
),
"Pixel 2021",
"Pixel 2021 mid-year",
getAndroidVersionFromLabel("S 12.0"),
),

Expand All @@ -351,10 +351,10 @@ object DeviceProps {
Pair("PRODUCT", "cheetah"),
Pair("HARDWARE", "cheetah"),
Pair("MODEL", "Pixel 7 Pro"),
Pair("ID", "TQ3A.230605.012"),
Pair("FINGERPRINT", "google/cheetah/cheetah:13/TQ3A.230605.012/10204971:user/release-keys"),
Pair("ID", "TQ3A.230901.001"),
Pair("FINGERPRINT", "google/cheetah/cheetah:13/TQ3A.230901.001/10750268:user/release-keys"),
),
"Pixel 2022",
"Pixel 2022 mid-year",
getAndroidVersionFromLabel("T 13.0"),
),

Expand Down

0 comments on commit 3908aca

Please sign in to comment.