Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 471 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 471 Bytes

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.