Added version plugin.

This commit is contained in:
Erik C. Thauvin 2015-04-15 12:33:08 -07:00
parent 58f7b14f6a
commit 12f3e84252
6 changed files with 14 additions and 4 deletions

View file

@ -1,4 +1,5 @@
apply plugin: 'com.android.application'
apply plugin: 'versionPlugin'
android {
compileSdkVersion 13
@ -16,4 +17,11 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
}
}
versionPlugin {
buildTypesMatcher = 'release'
supportBuildNumber = false
fileNameFormat = '$projectName'
}
}