diff options
author | Mohamed Zenadi <mohamed@zenadi.com> | 2017-08-02 10:14:28 +0100 |
---|---|---|
committer | Mohamed Zenadi <mohamed@zenadi.com> | 2017-08-02 10:14:28 +0100 |
commit | 37329a67f7f1fb009daeffa4844245be6f370ae0 (patch) | |
tree | af450af29e09cbd86c41b5b715eea56d60d04e05 /app | |
parent | 650246a82f81ef183a099b570915ac076f8acba5 (diff) |
typo =_=
Diffstat (limited to 'app')
-rw-r--r-- | app/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle index 67f4e095..0662df97 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -63,6 +63,6 @@ dependencies { exclude group: 'org.apache.httpcomponents', module: 'httpclient' } compile 'com.jcraft:jsch:0.1.53' - ompile 'org.apache.commons:commons-io:1.3.2' + compile 'org.apache.commons:commons-io:1.3.2' compile 'com.jayway.android.robotium:robotium-solo:5.3.1' } |