increment version to 7

This commit is contained in:
Daniel Micay 2021-11-21 17:42:53 -05:00
parent 1c69280219
commit 290000687a
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ android {
applicationId = "org.grapheneos.pdfviewer"
minSdk = 26
targetSdk = 31
versionCode = 6
versionCode = 7
versionName = versionCode.toString()
resConfigs("en")
}