aboutsummaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2016-02-22 18:11:03 -0800
committerScott Jackson <daneren2005@gmail.com>2016-02-22 18:11:03 -0800
commit8fcc69026d6a6df3c2b867d1f0c1159caa6a5060 (patch)
treefe89a5f77f6567b9f4e07183621de1673c5e30ba /app/build.gradle
parentf800e461529b0b56d899fe8480e905ecd873c2e5 (diff)
downloaddsub-8fcc69026d6a6df3c2b867d1f0c1159caa6a5060.tar.gz
dsub-8fcc69026d6a6df3c2b867d1f0c1159caa6a5060.tar.bz2
dsub-8fcc69026d6a6df3c2b867d1f0c1159caa6a5060.zip
Update gradle to specify build name/version
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle
index b5d4b900..5798ad5e 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -8,11 +8,15 @@ android {
applicationId "github.daneren2005.dsub"
minSdkVersion 14
targetSdkVersion 22
+ versionCode 174
+ versionName '5.1.5'
+ setProperty("archivesBaseName", "DSub $versionName")
}
buildTypes {
release {
minifyEnabled true
proguardFiles 'proguard.cfg'
+ zipAlignEnabled true
}
}