increment version to 20

This commit is contained in:
Daniel Micay 2024-05-29 22:15:42 -04:00
parent 6c56894994
commit da75fff179

View File

@ -48,7 +48,7 @@ android {
applicationId = "app.grapheneos.pdfviewer"
minSdk = 26
targetSdk = 34
versionCode = 19
versionCode = 20
versionName = versionCode.toString()
resourceConfigurations.add("en")
}