Skip to content

Commit

Permalink
* integrated password masking feature for MQTT password and increment…
Browse files Browse the repository at this point in the history
…ed production build version
  • Loading branch information
thanksmister committed Dec 5, 2019
1 parent dc9c8d6 commit e86ff3f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion WallPanelApp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ repositories {

def versionMajor = 0
def versionMinor = 9
def versionPatch = 0
def versionPatch = 1
def versionBuild = 0 // bump for dog food builds, public betas, etc.

android {
Expand Down Expand Up @@ -79,6 +79,9 @@ android {
versionName "${versionMajor}.${versionMinor}.${versionPatch} Build ${versionBuild}"
}
}
compileOptions {
sourceCompatibility = 1.8
}
}

dependencies {
Expand Down

0 comments on commit e86ff3f

Please sign in to comment.