Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
davidvavra committed May 3, 2014
1 parent f981026 commit b2842b4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ Future plans
How to build the code
---------------------
1. setup your release certificate with these values in *~/.gradle/gradle.properties*: `RELEASE_STORE_FILE`, `RELEASE_STORE_PASSWORD`, `RELEASE_KEY_ALIAS`, `RELEASE_KEY_PASSWORD`
2. go to *code* folder in terminal
3. launch `./gradlew assembleDebug` or `./gradlew assembleRelease`
2. create a class *Hidden.java* inside package *api*, add two constants into it: `CLIENT_ID` and `CLIENT_SECRET`. Obtain these values from [Foursquare developers](https://developer.foursquare.com/).
3. go to *code* folder in terminal
4. launch `./gradlew assembleDebug` or `./gradlew assembleRelease`

* You can also import the code into Android Studio if you select top-level build.gradle file and Gradle wrapper during import.

Expand Down

0 comments on commit b2842b4

Please sign in to comment.