increment version to 17

This commit is contained in:
Daniel Micay 2023-07-03 19:53:32 -04:00
parent 516d99bb13
commit c7241646fe
1 changed files with 1 additions and 1 deletions

View File

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