Skip to content

Commit d6337fc

Browse files
committed
fixed: websocket crash on android 5(all before 6 platform)
1 parent f23d577 commit d6337fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

realtime/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<dependency>
7171
<groupId>org.java-websocket</groupId>
7272
<artifactId>Java-WebSocket</artifactId>
73-
<version>1.5.0</version>
73+
<version>1.4.1</version>
7474
</dependency>
7575
<dependency>
7676
<groupId>junit</groupId>

0 commit comments

Comments
 (0)