Skip to content

Commit

Permalink
Update Google Play Services path
Browse files Browse the repository at this point in the history
Update Google Play Services path in project.properties to able to inport
it into Android Studio correctly.
This path is the best if someone clone the whole coursera-android repo.
  • Loading branch information
rhenT committed Jun 6, 2015
1 parent 811b576 commit 8597918
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Examples/LocationGetLocationServices/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@

# Project target.
target=android-17
android.library.reference.1=../../../../Classes/AndroidOnline/Coursersa-Android002/eclipse/google-play-services_lib
android.library.reference.1=../google-play-services_lib
2 changes: 1 addition & 1 deletion Examples/MapEarthQuakeMap/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@

# Project target.
target=Google Inc.:Google APIs:19
android.library.reference.1=../../../../Classes/AndroidOnline/Coursersa-Android002/eclipse/google-play-services_lib
android.library.reference.1=../google-play-services_lib

0 comments on commit 8597918

Please sign in to comment.