From 773a2ee317834607a3e182d0a60ce9513ae58bf2 Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Tue, 30 Mar 2021 16:22:08 +0200 Subject: [PATCH] Updated version name & code in build.gradle --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() }