Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit 2cd6736

Browse files
committed
Add Android 13 to markdown sdk version name resolver.
1 parent 4251f54 commit 2cd6736

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/src/main/java/com/fox2code/mmm/markdown/MarkdownActivity.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,8 @@ private String parseAndroidVersion(int version) {
305305
return "12 (S)";
306306
case Build.VERSION_CODES.S_V2:
307307
return "12L";
308+
case Build.VERSION_CODES.TIRAMISU:
309+
return "13 Tiramisu";
308310
default:
309311
return "Sdk: " + version;
310312
}

0 commit comments

Comments
 (0)