/AndroidGradleExample

An example of a Gradle setup for Android.

Primary LanguageJavaCreative Commons Zero v1.0 UniversalCC0-1.0

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.