Skip to content

Commit 6b7669e

Browse files
committed
Update Android version mappings for newer versions
1 parent 174ff45 commit 6b7669e

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

data/src/main/kotlin/com/theapache64/stackzy/data/util/AndroidVersionIdentifier.kt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,11 @@ object AndroidVersionIdentifier {
1919
28 to "Pie",
2020
29 to "Android 10",
2121
30 to "Android 11",
22-
31 to "Android 12",
22+
31..32 to "Android 12",
23+
33 to "Android 13",
24+
34 to "Android 14",
25+
35 to "Android 15",
26+
36 to "Android 16",
2327
)
2428
}
2529

0 commit comments

Comments
 (0)