Skip to content

Commit 48b25d0

Browse files
committed
Add "Minumim Required JDK" to README.
Closes TooTallNate#54.
1 parent df1cde1 commit 48b25d0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.markdown

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,14 @@ connect to. Important events `onOpen`, `onClose`, `onMessage` and `onIOError`
6464
get fired throughout the life of the WebSocketClient, and must be implemented
6565
in **your** subclass.
6666

67+
Minimum Required JDK
68+
--------------------
69+
70+
`Java-WebSocket` is known to work with (possibly some other JDK's as well):
71+
72+
* Java 1.4 (aka SE 6)
73+
* Android 1.6 (API 4)
74+
6775
Testing in Android Emulator
6876
---------------------------
6977

0 commit comments

Comments
 (0)