Releases: plaid/plaid-link-android
Releases · plaid/plaid-link-android
v5.3.4
Android Link SDK 5.3.4 — 2025-09-15
Requirements
Name |
Version |
Kotlin |
1.9.25+ (Kotlin integrations only) |
Changes
- Fix retrofit reinitialization bug in edge case.
v5.3.3
Android Link SDK 5.3.3 — 2025-09-10
Requirements
Name |
Version |
Kotlin |
1.9.25+ (Kotlin integrations only) |
Changes
- Upgrade com.google.code.gson:gson to 2.9.1.
- Upgrade com.squareup.okhttp3:logging-interceptor to 4.9.2.
v5.3.2
Android Link SDK 5.3.2 — 2025-08-22
Requirements
Name |
Version |
Kotlin |
1.9.25+ (Kotlin integrations only) |
Changes
- Upgrade com.google.protobuf:protobuf-kotlin-lite to 3.25.5
v5.3.1
Android Link SDK 5.3.1 — 2025-08-13
Requirements
Name |
Version |
Kotlin |
1.9.25+ (Kotlin integrations only) |
Additions
Changes
- Ensure SDK screens resize for keyboard insets on Android 15+.
Removals
v5.3.0
Android Link SDK 5.3.0 — 2025-08-05
Requirements
Name |
Version |
Kotlin |
1.9.25+ (Kotlin integrations only) |
Additions
- Add
LAYER_AUTOFILL_NOT_AVAILABLE
event.
- Add
issueDescription
and issueDetectedAt
at event metadata fields.
- Update Layer submit API to support additional parameter
dateOfBirth
.
Changes
Removals
v5.2.0
Android Link SDK 5.2.0 — 2025-07-23
Requirements
Name |
Version |
Kotlin |
1.9.25+ (Kotlin integrations only) |
Additions
- Add ISSUE_FOLLOWED, IDENTITY_MATCH_PASSED, and IDENTITY_MATCH_FAILED event names and issue_id event metadata field.
Changes
- Improve destroy() API behavior in edge cases.
Removals
- Reduce SDK size by 11.5% down from 5.0MB to 4.5MB.
- Remove the androidx.recyclerview:recyclerview, androidx.constraintlayout:constraintlayout, and io.coil-kt:coil dependencies.
v5.1.1
Android Link SDK 5.1.1 — 2025-06-13
Requirements
Name |
Version |
Kotlin |
1.9.25+ (Kotlin integrations only) |
Additions
Changes
- Add Flutter SDK version tracking.
Removals
v5.1.0
Android Link SDK 5.1.0 — 2025-06-05
Requirements
Name |
Version |
Kotlin |
1.9.25+ (Kotlin integrations only) |
Additions
Changes
- Fixed edge to edge layout overlap issue in Android 15+.
Removals
- Reduced SDK size by 20%, from 6.2 MB down to 5.0 MB.
- Removed org.bouncycastle:bcpkix-jdk15to18 dependency.
v5.0.0
Android Link SDK 5.0.0 — 2024-12-20
Requirements
Name |
Version |
Android Studio |
4.0+ |
Additions
- Add AUTO_SUBMIT event name.
- Add INVALID_UPDATE_USERNAME item error.
Changes
- Upgrade Kotlin to 1.9.25.
- Upgrade to target and compile SDK version 35.
- Upgrade androidx.databinding:viewbinding library from 8.1.2 to 8.6.1.
- Upgrade androidx.activity:activity library from 1.6.0 to 1.8.2.
- Upgrade androidx.core:core-ktx library from 1.9.0 to 1.13.0.
- Upgrade androidx.fragment:fragment-ktx library from 1.9.0 to 1.13.0.
- Upgrade androidx.room:room-ktx library from 2.6.0 to 2.6.1.
- Upgrade androidx.lifecycle:lifecycle-runtime-ktx library from 2.5.1 to 2.6.1.
- Upgrade org.jetbrains.kotlinx:kotlinx-coroutines-core library from 1.7.1 to 1.7.3.
Removals
- Remove PROFILE_ELIGIBILITY_CHECK_ERROR event name.
v4.6.1
Android Link SDK 4.6.1 — 2024-09-13
Requirements
Name |
Version |
Android Studio |
4.0+ |
Additions
- Add BANK_INCOME_INSIGHTS_COMPLETED, SUBMIT_EMAIL, SKIP_SUBMIT_EMAIL, SUBMIT_OTP, REMEMBER_ME_ENABLED, REMEMBER_ME_DISABLED, REMEMBER_ME_DISABLED, REMEMBER_ME_HOLDOUT, PLAID_CHECK_PANE, AUTO_SELECT_SAVED_INSTITUTION event names.
- Add SUBMIT_DOCUMENTS, SUBMIT_DOCUMENTS_SUCCESS, SUBMIT_DOCUMENTS_ERROR, SUBMIT_EMAIL, and VERIFY_EMAIL event view names.
Changes
Removals