3.1.0.1-dev-a
This commit is contained in:
parent
b5ac9f3b94
commit
dc13682d5e
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -19,3 +19,6 @@ app/.classpath
|
||||||
app/.settings/org.eclipse.buildship.core.prefs
|
app/.settings/org.eclipse.buildship.core.prefs
|
||||||
wear/.classpath
|
wear/.classpath
|
||||||
wear/.settings/org.eclipse.buildship.core.prefs
|
wear/.settings/org.eclipse.buildship.core.prefs
|
||||||
|
app/nsclient/*
|
||||||
|
app/nsclient2/*
|
||||||
|
app/pumpcontrol/*
|
||||||
|
|
|
@ -105,7 +105,7 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
versionCode 1500
|
versionCode 1500
|
||||||
version "3.1.0.1"
|
version "3.1.0.1-dev-a"
|
||||||
buildConfigField "String", "VERSION", '"' + version + '"'
|
buildConfigField "String", "VERSION", '"' + version + '"'
|
||||||
buildConfigField "String", "BUILDVERSION", '"' + generateGitBuild() + '-' + generateDate() + '"'
|
buildConfigField "String", "BUILDVERSION", '"' + generateGitBuild() + '-' + generateDate() + '"'
|
||||||
buildConfigField "String", "REMOTE", '"' + generateGitRemote() + '"'
|
buildConfigField "String", "REMOTE", '"' + generateGitRemote() + '"'
|
||||||
|
|
Loading…
Reference in a new issue