bump version

This commit is contained in:
turnoffthiscomputer
2024-11-06 10:12:14 +07:00
parent a2f9340534
commit 58ee0fa118
2 changed files with 8 additions and 14 deletions

View File

@@ -85,8 +85,8 @@ android {
applicationId "com.proofofpassportapp"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 13
versionName "1.2"
versionCode 14
versionName "1.3"
externalNativeBuild {
cmake {
cppFlags += "-fexceptions -frtti -std=c++11"