Updated version name & code in build.gradle

This commit is contained in:
Sylvain Berfini 2021-03-30 16:22:08 +02:00
parent daa789e672
commit 773a2ee317

View file

@ -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()
}