|
|
|
@ -195,6 +195,7 @@ dependencies {
|
|
|
|
|
|
|
|
|
|
|
|
// implementation "com.mapbox.maps:android:10.16.6"
|
|
|
|
// implementation "com.mapbox.maps:android:10.16.6"
|
|
|
|
implementation 'com.mapbox.maps:android:11.3.1'
|
|
|
|
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/PenNavUI.aar')
|
|
|
|
implementation files('libs/Penguin.aar')
|
|
|
|
implementation files('libs/Penguin.aar')
|
|
|
|
@ -216,4 +217,8 @@ dependencies {
|
|
|
|
implementation 'com.airbnb.android:lottie:5.2.0'
|
|
|
|
implementation 'com.airbnb.android:lottie:5.2.0'
|
|
|
|
implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.22'
|
|
|
|
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'
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|