diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle index c6f4c6fed..5445457ae 100644 --- a/gradle/dependencies.gradle +++ b/gradle/dependencies.gradle @@ -8,7 +8,7 @@ ext { ] version = [ - mapboxMapSdk : '6.1.3', + mapboxMapSdk : '6.2.0', mapboxJava : '3.2.0', playLocation : '15.0.1', autoValue : '1.5.4', diff --git a/plugin-locationlayer/build.gradle b/plugin-locationlayer/build.gradle index 58c2844e1..8236cd075 100644 --- a/plugin-locationlayer/build.gradle +++ b/plugin-locationlayer/build.gradle @@ -50,6 +50,9 @@ dependencies { // Timber implementation dependenciesList.timber + // Support lib + implementation dependenciesList.supportAppcompatV7 + // Unit testing testImplementation dependenciesList.junit testImplementation dependenciesList.mockito