increment version to 13

This commit is contained in:
Daniel Micay 2022-03-20 05:15:49 -04:00
parent 0c21e13459
commit 94c947305b
1 changed files with 1 additions and 1 deletions

View File

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