GitHub - tempbottle/AndroidGradleExample: An example of a Gradle setup for Android.

Skip to content

Navigation Menu

Sign in

Appearance settings

Android Gradle Examples

This is an Android project meant to demonstrate some useful Gradle techniques for improving the experience when building Android apps.

The added functionality is contained in separate *.gradle files contained in the top level directory. These files are provided

versioning.gradle

Calculates a versionCode value from the "version" property contained in "gradle.properties".

artifacts.gradle

Gives more sane names to the APK files produced.