Skip to content

Commit

Permalink
#321: fix Samsung issues with app by removing Places API
Browse files Browse the repository at this point in the history
Any additions to the API going forward, we will need to get access to a Samsung person that had this issue.
  • Loading branch information
epicstar committed Sep 19, 2017
1 parent 7bdcce5 commit e2245c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ android {
applicationId "rectangledbmi.com.pittsburghrealtimetracker"
minSdkVersion 16
targetSdkVersion 23
versionCode 160070006
versionName "7.0.6"
versionCode 160070007
versionName "7.0.7"
}
lintOptions {
warning 'InvalidPackage'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,6 @@ public void onCreate(Bundle savedInstanceState) {

googleApiClient = new GoogleApiClient.Builder(getContext())
.addApi(LocationServices.API)
.addApi(Places.GEO_DATA_API)
.addApi(Places.PLACE_DETECTION_API)
.addConnectionCallbacks(this)
.addOnConnectionFailedListener(this)
.build();
Expand Down

0 comments on commit e2245c0

Please sign in to comment.