blob: 114aae4611c5cc798dfeeac97d32e18c52e012a4 [file] [log] [blame]
Katherine Kuan601ab112014-02-07 19:03:11 -08001This is an example app that displays a list of coupons.
2
3Build Instructions
4-------------------
5
6This sample uses the Gradle build system. To build this project, use the
Katherine Kuan64526122014-02-12 14:53:24 -08007"gradlew assemble" command or use "Import Project" in Android Studio.
Katherine Kuan601ab112014-02-07 19:03:11 -08008
9To see a list of all available commands, run "gradlew tasks".
10
11Dependencies
12-------------
13
14- Android SDK Build-tools v19.0.1
15- Android Support Repository v4
16- Android Support Library v19.0.1
17- Google Repository 5
18
19Dependencies are available for download via the Android SDK Manager.
20
21Android Studio is available for download at:
22 http://developer.android.com/sdk/installing/studio.html
23
24The images in the app's main/assets folder are licensed under Creative Commons Attribution 2.5
25(http://creativecommons.org/licenses/by/2.5/). They can be attributed to Katherine Kuan.
Katherine Kuan64526122014-02-12 14:53:24 -080026Please follow the best practices for attribution (http://wiki.creativecommons.org/Marking/Users).