increment version to 15

This commit is contained in:
Daniel Micay 2022-09-12 22:29:25 -04:00
parent ee3605428e
commit 955bed3614
1 changed files with 1 additions and 1 deletions

View File

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