File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
src/main/java/rectangledbmi/com/pittsburghrealtimetracker Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff 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 ();
You can’t perform that action at this time.
0 commit comments