increment version to 8

This commit is contained in:
Daniel Micay 2022-02-06 22:51:16 -05:00
parent 5984291b44
commit 6a129121fb
1 changed files with 1 additions and 1 deletions

View File

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