Skip to content

Commit

Permalink
Merge pull request #471 from plaid/ANDROID-updateTo3.8.0
Browse files Browse the repository at this point in the history
ANDROID: Update to 3.8.0
  • Loading branch information
amytang0 authored Mar 23, 2022
2 parents 73dc1a5 + a086b58 commit e8773a5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ export interface LinkExitMetadata {
export enum LinkExitMetadataStatus {
CONNECTED = 'connected',
CHOOSE_DEVICE = 'choose_device',
REQUIRES_ACCOUNT_SELECTION = 'requires_account_selection',
REQUIRES_CODE = 'requires_code',
REQUIRES_CREDENTIALS = 'requires_credentials',
REQUIRES_EXTERNAL_ACTION = 'requires_external_action',
Expand Down Expand Up @@ -461,6 +462,8 @@ export enum LinkEventName {
OPEN_MY_PLAID = 'OPEN_MY_PLAID',
OPEN_OAUTH = 'OPEN_OAUTH',
SEARCH_INSTITUTION = 'SEARCH_INSTITUTION',
SELECT_DEGRADED_INSTITUTION = 'SELECT_DEGRADED_INSTITUTION',
SELECT_DOWN_INSTITUTION = 'SELECT_DOWN_INSTITUTION',
SELECT_INSTITUTION = 'SELECT_INSTITUTION',
SUBMIT_CREDENTIALS = 'SUBMIT_CREDENTIALS',
SUBMIT_MFA = 'SUBMIT_MFA',
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ repositories {

dependencies {
implementation "com.facebook.react:react-native:+"
implementation "com.plaid.link:sdk-core:3.7.1"
implementation "com.plaid.link:sdk-core:3.8.0"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
implementation "com.jakewharton.rxrelay2:rxrelay:2.1.1"
}
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.3.0" />
android:value="7.4.0" />
</application>

</manifest>

0 comments on commit e8773a5

Please sign in to comment.