File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -86,8 +86,8 @@ android {
8686 applicationId " com.proofofpassportapp"
8787 minSdkVersion rootProject. ext. minSdkVersion
8888 targetSdkVersion rootProject. ext. targetSdkVersion
89- versionCode 79
90- versionName " 2.5.5 "
89+ versionCode 80
90+ versionName " 2.5.6 "
9191 manifestPlaceholders = [appAuthRedirectScheme : ' com.proofofpassportapp' ]
9292 externalNativeBuild {
9393 cmake {
Original file line number Diff line number Diff line change 407407 CODE_SIGN_ENTITLEMENTS = OpenPassport/OpenPassportDebug.entitlements;
408408 CODE_SIGN_IDENTITY = "Apple Development";
409409 CODE_SIGN_STYLE = Automatic;
410- CURRENT_PROJECT_VERSION = 140 ;
410+ CURRENT_PROJECT_VERSION = 141 ;
411411 DEBUG_INFORMATION_FORMAT = dwarf;
412412 DEVELOPMENT_TEAM = 5B29R5LYHQ;
413413 ENABLE_BITCODE = NO;
548548 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
549549 CLANG_ENABLE_MODULES = YES;
550550 CODE_SIGN_ENTITLEMENTS = OpenPassport/OpenPassport.entitlements;
551- CURRENT_PROJECT_VERSION = 140 ;
551+ CURRENT_PROJECT_VERSION = 141 ;
552552 DEBUG_INFORMATION_FORMAT = dwarf;
553553 DEVELOPMENT_TEAM = 5B29R5LYHQ;
554554 FRAMEWORK_SEARCH_PATHS = (
Original file line number Diff line number Diff line change 11{
22 "name" : " @selfxyz/mobile-app" ,
3- "version" : " 2.5.5 " ,
3+ "version" : " 2.5.6 " ,
44 "private" : true ,
55 "type" : " module" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments