Create release build 2.4.9, lower deployment target to iOS 15.0 (#393)

* bump version

* lower target iOS version to 11

* bump version

* lower ios deployment target to 15.0

* increment build

* bump build

* increment build

* bump build

* update podlock
This commit is contained in:
Justin Hernandez
2025-03-21 15:50:11 -05:00
committed by GitHub
parent 34b2af5cb5
commit d03c9556a8
5 changed files with 14 additions and 14 deletions

View File

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