Skip to content

Commit

Permalink
Release v2.0.12-build67
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrizagidulin committed Aug 17, 2023
1 parent 3e8ec88 commit 78e485d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
missingDimensionStrategy 'react-native-camera', 'general'
versionCode 66
versionName "2.0.11"
versionCode 67
versionName "2.0.12"
}
splits {
abi {
Expand Down
8 changes: 4 additions & 4 deletions ios/eduWallet.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@
CODE_SIGN_ENTITLEMENTS = eduwallet/wallet.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 66;
CURRENT_PROJECT_VERSION = 67;
DEVELOPMENT_TEAM = A35W4MM59Y;
ENABLE_BITCODE = NO;
GCC_PREPROCESSOR_DEFINITIONS = (
Expand All @@ -469,7 +469,7 @@
INFOPLIST_FILE = eduwallet/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 2.0.11;
MARKETING_VERSION = 2.0.12;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand All @@ -496,12 +496,12 @@
CODE_SIGN_ENTITLEMENTS = eduwallet/wallet.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 66;
CURRENT_PROJECT_VERSION = 67;
DEVELOPMENT_TEAM = A35W4MM59Y;
INFOPLIST_FILE = eduwallet/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 2.0.11;
MARKETING_VERSION = 2.0.12;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down

0 comments on commit 78e485d

Please sign in to comment.