summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/build.gradle
diff options
context:
space:
mode:
authorPablo Guardiola <guardiola31337@gmail.com>2018-02-13 11:31:43 +0100
committerGitHub <noreply@github.com>2018-02-13 11:31:43 +0100
commit44ca0a5ec4979138514e8dda10dd1b1173dd0db1 (patch)
tree84571ff172061cb32505f7518f5ac8cfb5f3482c /platform/android/MapboxGLAndroidSDKTestApp/build.gradle
parentaefc3daeeddaa597be3b10f5384cd3503099e2ee (diff)
downloadqtlocation-mapboxgl-44ca0a5ec4979138514e8dda10dd1b1173dd0db1.tar.gz
[android] Integration of the new events library (#10999)
* [android] integration of the new events library * JNI Bug - current build with JNI bug * fix #10999 comments * Clean-up - clean-up timbers and test code * [android] fix sdk identifier and sdk version * [android] merge from master (MAS 3.0) * [android] bump events lib version to 3.0.0-beta.1 and remove never used methods from math utils class
Diffstat (limited to 'platform/android/MapboxGLAndroidSDKTestApp/build.gradle')
-rw-r--r--platform/android/MapboxGLAndroidSDKTestApp/build.gradle11
1 files changed, 5 insertions, 6 deletions
diff --git a/platform/android/MapboxGLAndroidSDKTestApp/build.gradle b/platform/android/MapboxGLAndroidSDKTestApp/build.gradle
index 1f889a6218..caff70e543 100644
--- a/platform/android/MapboxGLAndroidSDKTestApp/build.gradle
+++ b/platform/android/MapboxGLAndroidSDKTestApp/build.gradle
@@ -52,18 +52,17 @@ android {
}
dependencies {
- implementation(project(':MapboxGLAndroidSDK'))
- implementation(dependenciesList.mapboxJavaServices) {
- transitive = true
- }
+ api(project(':MapboxGLAndroidSDK'))
+ implementation dependenciesList.mapboxJavaServices
- api dependenciesList.mapboxJavaTurf
+ implementation dependenciesList.mapboxJavaTurf
implementation dependenciesList.supportAppcompatV7
implementation dependenciesList.supportRecyclerView
implementation dependenciesList.supportDesign
- implementation dependenciesList.lost
+ // implementation dependenciesList.lost
+ implementation dependenciesList.gmsLocation
implementation dependenciesList.timber
debugImplementation dependenciesList.leakCanaryDebug
releaseImplementation dependenciesList.leakCanaryRelease