From e9edbf6c022a38ae94e39d44baca265388bb926e Mon Sep 17 00:00:00 2001 From: "taha.alam" Date: Tue, 11 Feb 2025 09:36:08 +0300 Subject: [PATCH] WD: implementation added for the turf --- android/app/build.gradle | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/android/app/build.gradle b/android/app/build.gradle index 98c75fbe..d7e47317 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -195,6 +195,7 @@ dependencies { // implementation "com.mapbox.maps:android:10.16.6" implementation 'com.mapbox.maps:android:11.3.1' + implementation 'com.mapbox.mapboxsdk:mapbox-sdk-turf:7.3.1' implementation files('libs/PenNavUI.aar') implementation files('libs/Penguin.aar') @@ -216,4 +217,8 @@ dependencies { implementation 'com.airbnb.android:lottie:5.2.0' implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.22' + // Glide library for image loading and caching + implementation 'com.github.bumptech.glide:glide:4.14.1' + annotationProcessor 'com.github.bumptech.glide:compiler:4.14.1' + }