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 57fedd6 commit 9ffb3b8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ android {
minSdkVersion versions.android.minSdk
targetSdkVersion versions.android.targetSdk
versionCode 160080002
versionName "8.0.1-beta"
versionName "8.0.2-beta"
}
lintOptions {
warning 'InvalidPackage'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,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 9ffb3b8

Please sign in to comment.