increment version to 14

This commit is contained in:
Daniel Micay 2022-05-06 07:00:16 -04:00
parent 87c71ddac2
commit db98371c9d
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 = 13
versionCode = 14
versionName = versionCode.toString()
resourceConfigurations.add("en")
}