1
0
Fork 0
mirror of https://bitbucket.org/akapribot/owm-japis.git synced 2025-04-24 23:07:12 -07:00

Removed JSON.org source code and added it as dependency in build.gradle, and also removed the lang parameter bug.

This commit is contained in:
Ashutosh Kumar Singh 2015-01-22 19:22:18 +05:30
parent b7562181ae
commit eac5eb95c2
19 changed files with 5 additions and 6010 deletions

View file

@ -13,6 +13,7 @@ repositories {
}
dependencies {
compile group: 'org.json', name: 'json', version: '20141113'
testCompile group: 'junit', name: 'junit', version: '4.12'
}