summaryrefslogtreecommitdiff
path: root/platform/android/gradle/dependencies.gradle
diff options
context:
space:
mode:
authorkevin <kevin.li@mapbox.com>2019-04-18 17:40:04 +0800
committerŁukasz Paczos <lukasz.paczos@mapbox.com>2019-04-18 16:00:12 +0200
commit8bbd38093ce8ec703c26fbeac4c7fb7c8d208934 (patch)
tree84e92f8d11f4a6489c313c9db58278521fe93fa0 /platform/android/gradle/dependencies.gradle
parenta66cc608a964e2e309c23149735b9145255182c1 (diff)
downloadqtlocation-mapboxgl-8bbd38093ce8ec703c26fbeac4c7fb7c8d208934.tar.gz
add schema test
Diffstat (limited to 'platform/android/gradle/dependencies.gradle')
-rw-r--r--platform/android/gradle/dependencies.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/android/gradle/dependencies.gradle b/platform/android/gradle/dependencies.gradle
index 0cd3a2e7fe..f9c6f2ac1b 100644
--- a/platform/android/gradle/dependencies.gradle
+++ b/platform/android/gradle/dependencies.gradle
@@ -52,7 +52,7 @@ ext {
testEspressoIntents : "com.android.support.test.espresso:espresso-intents:${versions.espresso}",
testEspressoContrib : "com.android.support.test.espresso:espresso-contrib:${versions.espresso}",
testUiAutomator : "com.android.support.test.uiautomator:uiautomator-v18:${versions.uiAutomator}",
-
+ commonsIO : 'commons-io:commons-io:2.5',
supportAnnotations : "com.android.support:support-annotations:${versions.supportLib}",
supportAppcompatV7 : "com.android.support:appcompat-v7:${versions.supportLib}",
supportFragmentV4 : "com.android.support:support-fragment:${versions.supportLib}",