diff --git a/app/build.gradle b/app/build.gradle index bf4097fe6..5ab994a5d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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() }