Skip to content

Commit

Permalink
Merge branch 'MHP-3099' of github.com:CruGlobal/missionhub-react-nati…
Browse files Browse the repository at this point in the history
…ve into MHP-3099
  • Loading branch information
reldredge71 committed Feb 3, 2020
2 parents 6ff0175 + 413fe99 commit ca08b8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ android {
applicationId "com.missionhub"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionName "5.2.1"
versionName "5.2.2"
versionCode grgit.log(includes:['HEAD']).size() + 363

// Enable multidex for apps with over 64K lines
Expand Down
4 changes: 2 additions & 2 deletions ios/MissionHub.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@
"$(inherited)",
"$(PROJECT_DIR)/AdobeMobileLibrary",
);
MARKETING_VERSION = 5.2.1;
MARKETING_VERSION = 5.2.2;
OTHER_LDFLAGS = "$(inherited)";
PRODUCT_BUNDLE_IDENTIFIER = com.missionhub;
PRODUCT_NAME = MissionHub;
Expand Down Expand Up @@ -712,7 +712,7 @@
"$(inherited)",
"$(PROJECT_DIR)/AdobeMobileLibrary",
);
MARKETING_VERSION = 5.2.1;
MARKETING_VERSION = 5.2.2;
OTHER_LDFLAGS = "$(inherited)";
PRODUCT_BUNDLE_IDENTIFIER = com.missionhub;
PRODUCT_NAME = MissionHub;
Expand Down

0 comments on commit ca08b8b

Please sign in to comment.