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.