bump build to new release candidate (#163)

Co-authored-by: Aaron DeRuvo <aaron.deruvo@clabs.co>
This commit is contained in:
Justin Hernandez
2025-02-20 09:36:26 -06:00
committed by GitHub
parent 5dbece7b7f
commit 65d1f74c10
25 changed files with 3893 additions and 2289 deletions

View File

@@ -82,11 +82,11 @@ android {
namespace "com.proofofpassportapp"
defaultConfig {
applicationId "xyz.self"
applicationId "com.proofofpassportapp"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 23
versionName "2.2.5"
versionCode 28
versionName "2.2.9"
externalNativeBuild {
cmake {
cppFlags += "-fexceptions -frtti -std=c++11"