summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/build.gradle
diff options
context:
space:
mode:
authorPablo Guardiola <guardiola31337@gmail.com>2018-02-13 12:23:17 +0100
committerGitHub <noreply@github.com>2018-02-13 12:23:17 +0100
commitb8240f725cbfdb4b5369b050c933acdd4e42b705 (patch)
tree09e475b8a66c020e6eedd13ea7e196e78626e242 /platform/android/MapboxGLAndroidSDKTestApp/build.gradle
parentff747a8c53805a270451cd6052d02073e45546a7 (diff)
downloadqtlocation-mapboxgl-b8240f725cbfdb4b5369b050c933acdd4e42b705.tar.gz
[android] Integration of the new events library (#10999) (#11183)
* [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 de4c0cc3be..135b46e0fe 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