use org.json 20090211 for Android support

This commit is contained in:
Naoyuki Kanezawa
2014-06-29 11:56:23 +09:00
parent 973044e116
commit 18cb59c446
3 changed files with 17 additions and 5 deletions

View File

@@ -44,7 +44,7 @@
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20140107</version>
<version>20090211</version>
</dependency>
<dependency>
<groupId>org.java-websocket</groupId>