Bump version to 2.5.1 (#522)

* bump version

* update fastlane

* fix bump version

* bump build and add todo

* disable commit for now
This commit is contained in:
Justin Hernandez
2025-04-17 14:09:40 -05:00
committed by GitHub
parent b2a5ef0346
commit 7297659a30
6 changed files with 18 additions and 14 deletions

View File

@@ -85,8 +85,8 @@ android {
applicationId "com.proofofpassportapp"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 53
versionName "2.5.0"
versionCode 54
versionName "2.5.1"
externalNativeBuild {
cmake {
cppFlags += "-fexceptions -frtti -std=c++11"
@@ -162,4 +162,4 @@ dependencies {
implementation "androidx.profileinstaller:profileinstaller:1.3.1"
implementation "com.google.android.play:app-update:2.1.0"
}
}