Skip to content

Commit

Permalink
Merge pull request #2531 from bithyve/dev
Browse files Browse the repository at this point in the history
build 159
  • Loading branch information
cakesoft-shashank authored Apr 28, 2023
2 parents 54b9e16 + fa406a9 commit bd2b4d3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ android {
applicationId "io.hexawallet.keeper"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 158
versionCode 159
versionName "1.0.3"
missingDimensionStrategy 'react-native-camera', 'general'
missingDimensionStrategy 'store', 'play'
Expand Down
8 changes: 4 additions & 4 deletions ios/hexa_keeper.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = hexa_keeper/hexa_keeper.entitlements;
CURRENT_PROJECT_VERSION = 158;
CURRENT_PROJECT_VERSION = 159;
DEVELOPMENT_TEAM = Y5TCB759QL;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = hexa_keeper/Info.plist;
Expand Down Expand Up @@ -740,7 +740,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = hexa_keeper/hexa_keeper.entitlements;
CURRENT_PROJECT_VERSION = 158;
CURRENT_PROJECT_VERSION = 159;
DEVELOPMENT_TEAM = Y5TCB759QL;
INFOPLIST_FILE = hexa_keeper/Info.plist;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.finance";
Expand Down Expand Up @@ -892,7 +892,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = "dev-AppIcon";
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = hexa_keeper_dev.entitlements;
CURRENT_PROJECT_VERSION = 158;
CURRENT_PROJECT_VERSION = 159;
DEVELOPMENT_TEAM = Y5TCB759QL;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = "hexa_keeper_dev-Info.plist";
Expand Down Expand Up @@ -923,7 +923,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = "dev-AppIcon";
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_ENTITLEMENTS = hexa_keeper_dev.entitlements;
CURRENT_PROJECT_VERSION = 158;
CURRENT_PROJECT_VERSION = 159;
DEVELOPMENT_TEAM = Y5TCB759QL;
INFOPLIST_FILE = "hexa_keeper_dev-Info.plist";
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.finance";
Expand Down

0 comments on commit bd2b4d3

Please sign in to comment.