gradle latest version gradle Android code example

Example 1: latest gradle version

$ gradle -v

------------------------------------------------------------
Gradle 6.8.3
------------------------------------------------------------

Example 2: why we use gradle in android

uses Gradle, an advanced build toolkit, to automate and manage the build process, while allowing you to define flexible custom build configurations. Each build configuration can define its own set of code and resources, while reusing the parts common to all versions of your app.