bump version

This commit is contained in:
turnoffthiscomputer
2024-12-30 12:39:07 +01:00
parent 667c993ee3
commit 7a83b75fee
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 15
versionName "1.4"
versionCode 16
versionName "1.5"
externalNativeBuild {
cmake {
cppFlags += "-fexceptions -frtti -std=c++11"