increment version to 9

This commit is contained in:
Daniel Micay 2022-02-07 00:32:25 -05:00
parent 993923ff92
commit 80e3d7e4b8
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ android {
applicationId = "org.grapheneos.pdfviewer"
minSdk = 26
targetSdk = 31
versionCode = 8
versionCode = 9
versionName = versionCode.toString()
resourceConfigurations.add("en")
}