Skip to content

Commit 948e68e

Browse files
authored
Merge pull request #50 from juanjux/add_commons2
Changed format of commons-lang dependency
2 parents 7aff5fc + c049f2f commit 948e68e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

native/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies {
1717
compile fileTree(dir: 'vendor/idea-IU-171.4694.73/lib', include: ['*.jar'])
1818
compile group: 'com.github.jansorg', name: 'BashSupport', version: '1c92743a01'
1919
compile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.8.6'
20-
compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.8.1'
20+
compile group: 'commons-lang', name: 'commons-lang', version: '2.6'
2121
testCompile group: 'junit', name: 'junit', version: '4.12'
2222
testCompile group: 'org.easytesting', name: 'fest-assert', version: '1.4'
2323
testCompile group: 'commons-io', name: 'commons-io', version: '2.5'

0 commit comments

Comments
 (0)