Version bumped to 4.4.4

This commit is contained in:
Sylvain Berfini 2021-07-06 10:47:52 +02:00
parent 433373328b
commit 5c9b80ed04

View file

@ -10,7 +10,7 @@ static def firebaseEnabled() {
}
task getGitVersion() {
def gitVersion = "4.4.3"
def gitVersion = "4.4.4"
def gitVersionStream = new ByteArrayOutputStream()
def gitCommitsCount = new ByteArrayOutputStream()
def gitCommitHash = new ByteArrayOutputStream()
@ -100,7 +100,7 @@ android {
defaultConfig {
minSdkVersion 23
targetSdkVersion 29
versionCode 4403
versionCode 4404
versionName "${project.version}"
applicationId getPackageName()
multiDexEnabled true