bump to 2.4.7 (#243)

This commit is contained in:
turboblitz
2025-03-03 10:29:27 -07:00
committed by GitHub
parent 79bdfb67d5
commit 5aaac5da8f
2 changed files with 6 additions and 6 deletions

View File

@@ -85,8 +85,8 @@ android {
applicationId "com.proofofpassportapp"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 37
versionName "2.4.6"
versionCode 38
versionName "2.4.7"
externalNativeBuild {
cmake {
cppFlags += "-fexceptions -frtti -std=c++11"