increment version to 18

This commit is contained in:
Daniel Micay 2023-07-03 21:00:11 -04:00
parent c7241646fe
commit 00a0b05bae
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 = 17
versionCode = 18
versionName = versionCode.toString()
resourceConfigurations.add("en")
}