diff options
author | Vitaly Takmazov | 2015-10-25 01:04:00 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2015-10-25 01:04:00 +0300 |
commit | c34205861a0a00dc69ebb30a2839c5c55fd03ce2 (patch) | |
tree | 61aed25ae7fa4e7f6b106f20f2b6a5398aeaf6e2 | |
parent | 6d031652675ebfa55728895a078e68e74a156f67 (diff) |
org.json library java 7 version
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 264b461c..90e2c285 100644 --- a/build.gradle +++ b/build.gradle @@ -42,7 +42,7 @@ project(':deps:com.juick.xmpp') { } dependencies { - compile 'org.json:json:20150729' + compile 'org.json:json:20140107' compile core compile server compile xmpp |