diff --git a/app/build.gradle b/app/build.gradle index 3dcc79e6f..191899a87 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,7 +10,7 @@ static def firebaseEnabled() { } task getGitVersion() { - def gitVersion = "4.4.2" + def gitVersion = "4.4.3" def gitVersionStream = new ByteArrayOutputStream() def gitCommitsCount = new ByteArrayOutputStream() def gitCommitHash = new ByteArrayOutputStream() @@ -100,7 +100,7 @@ android { defaultConfig { minSdkVersion 23 targetSdkVersion 29 - versionCode 4402 + versionCode 4403 versionName "${project.version}" applicationId getPackageName() multiDexEnabled true