Bumped version to 4.7

This commit is contained in:
Sylvain Berfini 2021-11-04 11:41:47 +01:00
parent d76a19aae9
commit ed911414d8

View file

@ -24,7 +24,7 @@ if (crashlyticsEnabled) {
def gitBranch = new ByteArrayOutputStream()
task getGitVersion() {
def gitVersion = "4.6.0"
def gitVersion = "4.7.0"
def gitVersionStream = new ByteArrayOutputStream()
def gitCommitsCount = new ByteArrayOutputStream()
def gitCommitHash = new ByteArrayOutputStream()
@ -84,7 +84,7 @@ android {
defaultConfig {
minSdkVersion 23
targetSdkVersion 31
versionCode 4600
versionCode 4700
versionName "${project.version}"
applicationId getPackageName()
}