diff --git a/README.md b/README.md index 57a521a..fb509bf 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,15 @@ 2. Edit the config file Rename `res/values/app_config_sample.xml` to `res/values/app_config.xml` and add in the Parse Application & Client ID for the project. +## Third-party Libraries + +Below we have the list of third-party libraries used on the app: + +- [Parse SDK](https://parse.com/docs/android_guide): responsible for doing the data synchronization between the app and remote server +- [ParseLoginUI](https://github.com/ParsePlatform/ParseUI-Android): UI wrapper for log in/sign up services +- [Facebook SDK](https://developers.facebook.com/docs/android/): dependency for ParseLoginUI project + + ## License All code is distributed under MIT license. See LICENSE file for more information.