Prep app for EthDenver release (#211)

This commit is contained in:
Justin Hernandez
2025-02-23 14:57:19 -06:00
committed by GitHub
parent 02f3f6b070
commit f4334ced4b
3 changed files with 14 additions and 6 deletions

View File

@@ -85,8 +85,8 @@ android {
applicationId "com.proofofpassportapp"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 32
versionName "2.4"
versionCode 33
versionName "2.4.2"
externalNativeBuild {
cmake {
cppFlags += "-fexceptions -frtti -std=c++11"