Bump version and android debug build script (#76)

This commit is contained in:
Justin Hernandez
2025-02-11 13:23:19 -06:00
committed by GitHub
parent fb718f3168
commit ed75de10ca
7 changed files with 22 additions and 18 deletions

View File

@@ -85,8 +85,8 @@ android {
applicationId "com.proofofpassportapp"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 19
versionName "1.8"
versionCode 21
versionName "2.2.3"
externalNativeBuild {
cmake {
cppFlags += "-fexceptions -frtti -std=c++11"