Skip to content

Commit

Permalink
Merge branch 'main' into ia/issue457
Browse files Browse the repository at this point in the history
  • Loading branch information
jennacioffi authored Aug 23, 2023
2 parents f1ee73f + 78e485d commit 1fe4c1d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 13 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 65
versionName "2.0.10"
versionCode 67
versionName "2.0.12"
}
splits {
abi {
Expand Down
5 changes: 2 additions & 3 deletions app/lib/publicLink.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,8 @@ export async function linkedinUrlFrom(rawCredentialRecord: CredentialRecordRaw):
const expiration = expirationDate ? `&expirationYear=${expirationDate.getFullYear()}` +
`&expirationMonth=${new Date(expirationDate).getMonth() + 1}` : '';
const certUrl = publicLink ? `&certUrl=${publicLink}` : '';
const certId = vcId ? `&certId=${vcId}` : '';

const url = `https://www.linkedin.com/profile/add?startTask=CERTIFICATION_NAME${organizationInfo}${issuance}${expiration}${certUrl}${certId}`;
const url = `https://www.linkedin.com/profile/add?startTask=CERTIFICATION_NAME${organizationInfo}${issuance}${expiration}${certUrl}`;

return url;
}
}
8 changes: 4 additions & 4 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ PODS:
- RealmJS (10.24.0):
- GCDWebServer
- React
- RNCAsyncStorage (1.19.0):
- RNCAsyncStorage (1.19.1):
- React-Core
- RNCClipboard (1.11.2):
- React-Core
Expand All @@ -384,7 +384,7 @@ PODS:
- React-Core
- RNGestureHandler (1.10.3):
- React-Core
- RNKeychain (8.1.1):
- RNKeychain (8.1.2):
- React-Core
- RNPermissions (3.3.1):
- React-Core
Expand Down Expand Up @@ -707,15 +707,15 @@ SPEC CHECKSUMS:
React-runtimeexecutor: 18932e685b4893be88d1efc18f5f8ca1c9cd39d8
ReactCommon: 29bb6fad3242e30e9d049bc9d592736fa3da9e50
RealmJS: 2e45ca6ed4c3732be369219b41816e890ce51024
RNCAsyncStorage: 4b98ac3c64efa4e35c1197cb0c5ca5e9f5d4c666
RNCAsyncStorage: f47fe18526970a69c34b548883e1aeceb115e3e1
RNCClipboard: 3f0451a8100393908bea5c5c5b16f96d45f30bfc
RNCMaskedView: 5a8ec07677aa885546a0d98da336457e2bea557f
RNDeviceInfo: aad3c663b25752a52bf8fce93f2354001dd185aa
RNExitApp: c4e052df2568b43bec8a37c7cd61194d4cfee2c3
RNFileLogger: 9eaf7a6ea709eaaffe646cc485b98ae1dbf1e9f0
RNFS: 4ac0f0ea233904cb798630b3c077808c06931688
RNGestureHandler: a479ebd5ed4221a810967000735517df0d2db211
RNKeychain: ff836453cba46938e0e9e4c22e43d43fa2c90333
RNKeychain: a65256b6ca6ba6976132cc4124b238a5b13b3d9c
RNPermissions: 34d678157c800b25b22a488e4d8babb57456e796
RNScreens: 21b73c94c9117e1110a79ee0ee80c93ccefed8ce
RNSecureRandom: 07efbdf2cd99efe13497433668e54acd7df49fef
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 = 65;
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.10;
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 = 65;
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.10;
MARKETING_VERSION = 2.0.12;
OTHER_LDFLAGS = (
"$(inherited)",
"-ObjC",
Expand Down

0 comments on commit 1fe4c1d

Please sign in to comment.