22 Jul Understanding Gradle
To automate and manage the build process, Gradle is used by Android Studio. Gradle is an advanced build toolkit through which you can set custom build configurations.
Whenever you will work on an Android project, you can see the following build gradle configurations under project directory,
build.gradle (project)
Here the build configurations that apply to all modules are defined.
build.gradle (module)
Here the module-specific build configurations are visible.
If you liked the tutorial, spread the word and share the link and our website Studyopedia with others.
For Videos, Join Our YouTube Channel: Join Now
No Comments