increment version to 10

This commit is contained in:
Daniel Micay 2022-02-09 07:08:03 -05:00
parent b5a05055e9
commit 89e898d81c
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 = 9
versionCode = 10
versionName = versionCode.toString()
resourceConfigurations.add("en")
}