Bump build version 2.5.2 to test react native keychain (#572)

* bump build and version

* bump version 2.5.2

* don't downgrade react native keychain
This commit is contained in:
Justin Hernandez
2025-05-27 10:29:05 -05:00
committed by GitHub
parent b7a79a4ef6
commit dfb009b167
4 changed files with 8 additions and 8 deletions

View File

@@ -86,8 +86,8 @@ android {
applicationId "com.proofofpassportapp"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 62
versionName "2.5.1"
versionCode 63
versionName "2.5.2"
externalNativeBuild {
cmake {
cppFlags += "-fexceptions -frtti -std=c++11"