increment version to 12

This commit is contained in:
Daniel Micay 2022-02-25 11:20:16 -05:00
parent e6add76a9f
commit 74a9f9983d
1 changed files with 1 additions and 1 deletions

View File

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