Skip to content

Commit

Permalink
Update Android and iOS version
Browse files Browse the repository at this point in the history
  • Loading branch information
JeroenMols committed Feb 24, 2022
1 parent 6bf3649 commit 4ee744d
Show file tree
Hide file tree
Showing 3 changed files with 907 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<application>
<meta-data
android:name="com.plaid.link.react_native"
android:value="7.2.1" />
android:value="7.3.0" />
</application>

</manifest>
2 changes: 1 addition & 1 deletion ios/RNLinksdk.m
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ @implementation RNLinksdk
RCT_EXPORT_MODULE();

+ (NSString*)sdkVersion {
return @"7.2.1"; // SDK_VERSION
return @"7.3.0"; // SDK_VERSION
}

+ (NSString*)objCBridgeVersion {
Expand Down
Loading

0 comments on commit 4ee744d

Please sign in to comment.