Skip to content

Commit e2245c0

Browse files
committed
#321: fix Samsung issues with app by removing Places API
Any additions to the API going forward, we will need to get access to a Samsung person that had this issue.
1 parent 7bdcce5 commit e2245c0

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ android {
1717
applicationId "rectangledbmi.com.pittsburghrealtimetracker"
1818
minSdkVersion 16
1919
targetSdkVersion 23
20-
versionCode 160070006
21-
versionName "7.0.6"
20+
versionCode 160070007
21+
versionName "7.0.7"
2222
}
2323
lintOptions {
2424
warning 'InvalidPackage'

app/src/main/java/rectangledbmi/com/pittsburghrealtimetracker/BusMapFragment.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,6 @@ public void onCreate(Bundle savedInstanceState) {
191191

192192
googleApiClient = new GoogleApiClient.Builder(getContext())
193193
.addApi(LocationServices.API)
194-
.addApi(Places.GEO_DATA_API)
195-
.addApi(Places.PLACE_DETECTION_API)
196194
.addConnectionCallbacks(this)
197195
.addOnConnectionFailedListener(this)
198196
.build();

0 commit comments

Comments
 (0)