Increment version code & version name

This commit is contained in:
Patryk Michalik
2021-08-26 15:14:37 +02:00
parent 31833cf506
commit 7ed761e0f5
+2 -2
View File
@@ -69,8 +69,8 @@ android {
defaultConfig {
minSdkVersion 25
targetSdkVersion 30
versionCode 6
versionName "11.0-alpha.6+${commitHash()}"
versionCode 7
versionName "11.0-alpha.6.1+${commitHash()}"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true