Bumped version number for internal testing

This commit is contained in:
Sylvain Berfini 2020-01-17 17:34:06 +01:00
parent 287d1535f0
commit b76666f3c5

View file

@ -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