Bumped version to 4.7
This commit is contained in:
parent
d76a19aae9
commit
ed911414d8
1 changed files with 2 additions and 2 deletions
|
@ -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()
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue