diff --git a/app/build.gradle b/app/build.gradle index 82f3ae0fb..1a9d03127 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -24,7 +24,7 @@ static def isLocalAarAvailable() { } task getGitVersion() { - def gitVersion = "4.2.1" + def gitVersion = "4.3.0" def gitVersionStream = new ByteArrayOutputStream() def gitCommitsCount = new ByteArrayOutputStream() def gitCommitHash = new ByteArrayOutputStream() @@ -92,7 +92,7 @@ android { defaultConfig { minSdkVersion 21 targetSdkVersion 29 - versionCode 4215 + versionCode 4216 versionName "${project.version}" applicationId getPackageName() multiDexEnabled true