diff options
| author | Samuel Tardieu <sam@rfc1149.net> | 2014-12-09 11:18:31 +0100 |
|---|---|---|
| committer | Samuel Tardieu <sam@rfc1149.net> | 2014-12-09 11:18:31 +0100 |
| commit | 2baa66e6f014a183ae3f2940e5f8fd623f3ae435 (patch) | |
| tree | 560cc05e2b0047be86c3850b25d231846a5807e8 | |
| parent | de5bb30e397456e9dcafd928e6ef8825c742518c (diff) | |
| download | cgeo-2baa66e6f014a183ae3f2940e5f8fd623f3ae435.zip cgeo-2baa66e6f014a183ae3f2940e5f8fd623f3ae435.tar.gz cgeo-2baa66e6f014a183ae3f2940e5f8fd623f3ae435.tar.bz2 | |
Fix errors in commons lang3 definition
| -rw-r--r-- | main/build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/build.gradle b/main/build.gradle index c7a3b14..7352585 100644 --- a/main/build.gradle +++ b/main/build.gradle @@ -162,7 +162,7 @@ dependencies { compile 'com.jakewharton:butterknife:6.0.0' compile "org.apache.commons:commons-collections4:$CommonsCollections4Version" - compile "org.apache.commons:commons-lang3:3.3.2:$CommonsLang3Version" + compile "org.apache.commons:commons-lang3:$CommonsLang3Version" compile "commons-io:commons-io:$CommonsIoVersion" compile 'com.google.code.findbugs:annotations:3.0.0' @@ -263,7 +263,7 @@ dependencies { unitTestCompile 'com.jakewharton:butterknife:6.0.0' unitTestCompile 'org.apache.commons:commons-collections4:4.0' unitTestCompile 'commons-io:commons-io:2.4' - unitTestCompile 'org.apache.commons:commons-lang3:3.3.2' + unitTestCompile 'org.apache.commons:commons-lang3:$CommonsLang3Version' unitTestCompile 'com.google.code.findbugs:annotations:3.0.0' unitTestCompile 'com.netflix.rxjava:rxjava-core:$RXVersion' unitTestCompile 'com.netflix.rxjava:rxjava-android:$RXVersion' |
