File tree 2 files changed +2
-7
lines changed
src/main/java/fr/free/nrw/commons/nearby
2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -32,11 +32,7 @@ dependencies {
32
32
implementation ' fr.avianey.com.viewpagerindicator:library:2.4.1.1@aar'
33
33
implementation ' com.github.chrisbanes:PhotoView:2.0.0'
34
34
implementation ' com.github.pedrovgs:renderers:3.3.3'
35
-
36
- implementation ' com.mapzen.android:lost:3.0.4'
37
- implementation(' com.mapbox.mapboxsdk:mapbox-android-sdk:5.5.0@aar' ) {
38
- transitive = true
39
- }
35
+ implementation ' com.mapbox.mapboxsdk:mapbox-android-sdk:6.8.0'
40
36
implementation ' com.github.deano2390:MaterialShowcaseView:1.2.0'
41
37
implementation ' com.dinuscxj:circleprogressbar:1.1.1'
42
38
implementation ' com.karumi:dexter:5.0.0'
Original file line number Diff line number Diff line change 45
45
import com .mapbox .mapboxsdk .maps .MapboxMap ;
46
46
import com .mapbox .mapboxsdk .maps .MapboxMapOptions ;
47
47
import com .mapbox .mapboxsdk .maps .OnMapReadyCallback ;
48
- import com .mapbox .services .android .telemetry .MapboxTelemetry ;
49
48
50
49
import java .lang .reflect .Type ;
51
50
import java .util .ArrayList ;
@@ -180,7 +179,7 @@ public void onCreate(Bundle savedInstanceState) {
180
179
if (curLatLng != null ) {
181
180
Mapbox .getInstance (getActivity (),
182
181
getString (R .string .mapbox_commons_app_token ));
183
- MapboxTelemetry . getInstance ().setTelemetryEnabled (false );
182
+ Mapbox . getTelemetry ().setUserTelemetryRequestState (false );
184
183
}
185
184
setRetainInstance (true );
186
185
}
You can’t perform that action at this time.
0 commit comments