Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add using environment variables with gradle #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ A complete reference for android developers. Here you can find references about
- [Android Tutorial Guide](https://commonsware.com/Android/) - The Busy Coder's Guide to Android Development.
- [Google Android Sample Codes](https://github.com/googlesamples) - Sample Codes From Google.
- [Google Code Lab](https://codelabs.developers.google.com/?cat=Android) - Google code lab.
- [How to Use Environment Variables in Android Applications with Gradle](https://appcircle.io/blog/how-to-use-environment-variables-in-android-applications-with-gradle/) - Guide on using environment variables.
- [Android Development](https://developer.android.com/index.html) - Android Development complete guide from Google.
- [Android Guides](https://github.com/codepath/android_guides) - Extensive Open-Source Guides for Android Developers.
- [Udacity Tutorials - Fundamentals](https://www.udacity.com/course/developing-android-apps--ud853) - Udacity Tutorial covering the core topics of Android Development.
Expand Down