diff --git a/app/build.gradle b/app/build.gradle index 191899a87..4aedbec3d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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