Skip to content

Commit 6115526

Browse files
authored
update to LOST 2.3.0 (snapshot) (#457)
1 parent e6d5afa commit 6115526

3 files changed

Lines changed: 2 additions & 11 deletions

File tree

mapbox/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ buildscript {
44
repositories {
55
jcenter()
66
mavenCentral()
7+
maven { url "http://oss.sonatype.org/content/repositories/snapshots/" }
78
}
89

910
dependencies {

mapbox/dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ ext {
3636
okhttp3Mockwebserver : 'com.squareup.okhttp3:mockwebserver:3.6.0',
3737

3838
// lost
39-
lost : 'com.mapzen.android:lost:2.2.0',
39+
lost : 'com.mapzen.android:lost:2.3.0-SNAPSHOT',
4040

4141
// play services
4242
gmsLocation : 'com.google.android.gms:play-services-location:10.2.0',

mapbox/libandroid-services/src/main/java/com/mapbox/services/android/location/LostLocationEngine.java

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -130,14 +130,4 @@ public void onLocationChanged(Location location) {
130130
listener.onLocationChanged(location);
131131
}
132132
}
133-
134-
@Override
135-
public void onProviderDisabled(String provider) {
136-
Log.d(LOG_TAG, "Provider disabled: " + provider);
137-
}
138-
139-
@Override
140-
public void onProviderEnabled(String provider) {
141-
Log.d(LOG_TAG, "Provider enabled: " + provider);
142-
}
143133
}

0 commit comments

Comments
 (0)