increment version to 11

This commit is contained in:
Daniel Micay 2022-02-23 17:14:51 -05:00
parent 6ed3aed8ad
commit 2571335eeb
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 = 10
versionCode = 11
versionName = versionCode.toString()
resourceConfigurations.add("en")
}