diff --git a/app/build.gradle b/app/build.gradle index b9cc34763..1370f34a8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -29,7 +29,7 @@ if (crashlyticsEnabled()) { def gitBranch = new ByteArrayOutputStream() task getGitVersion() { - def gitVersion = "5.0.0" + def gitVersion = "4.5.0" def gitVersionStream = new ByteArrayOutputStream() def gitCommitsCount = new ByteArrayOutputStream() def gitCommitHash = new ByteArrayOutputStream() @@ -89,7 +89,7 @@ android { defaultConfig { minSdkVersion 23 targetSdkVersion 30 - versionCode 4999 + versionCode 4490 versionName "${project.version}" applicationId getPackageName() }