Book Image

Gradle for Android

By : Kevin Pelgrims
Book Image

Gradle for Android

By: Kevin Pelgrims

Overview of this book

Table of Contents (16 chapters)
Gradle for Android
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Summary


In this chapter, we looked at several ways to add dependencies to an Android project. We learned about repositories, all the forms they can come in, and how we can depend on files without using repositories.

You now also know about some important concepts regarding dependencies, namely configurations, semantic versioning, and dynamic versions.

We have mentioned build variants on several occasions already, and in the next chapter, we will finally explain what build variants are, and why they are useful. Build variants can make it easier to develop, test, and distribute apps. Understanding how variants work can significantly speed up your development and distribution process.