increment version to 16

This commit is contained in:
Daniel Micay 2022-10-04 12:31:21 -04:00
parent fbd6c45c3f
commit eead76ad86
1 changed files with 1 additions and 1 deletions

View File

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