Declare supporting for SDK 33 on README.md

Signed-off-by: utzcoz <utzcoz@outlook.com>
diff --git a/README.md b/README.md
index 46653d0..bdddf8d 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
 
 Robolectric is the industry-standard unit testing framework for Android. With Robolectric, your tests run in a simulated Android environment inside a JVM, without the overhead and flakiness of an emulator. Robolectric tests routinely run 10x faster than those on cold-started emulators.
 
-Robolectric supports running unit tests for *16* different versions of Android, ranging from Jelly Bean (API level 16) to SV2 (API level 32).
+Robolectric supports running unit tests for *17* different versions of Android, ranging from Jelly Bean (API level 16) to TIRAMISU (API level 33).
 
 ## Usage