Skip to content

Releases: plaid/plaid-link-android

v5.3.4

15 Sep 22:14
Compare
Choose a tag to compare

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

10 Sep 16:55
Compare
Choose a tag to compare

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

22 Aug 20:53
Compare
Choose a tag to compare

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

13 Aug 20:46
Compare
Choose a tag to compare

Android Link SDK 5.3.1 — 2025-08-13

Requirements

Name Version
Kotlin 1.9.25+ (Kotlin integrations only)

Additions

  • None

Changes

  • Ensure SDK screens resize for keyboard insets on Android 15+.

Removals

  • None

v5.3.0

05 Aug 21:42
Compare
Choose a tag to compare

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

  • None

Removals

  • None

v5.2.0

23 Jul 22:35
Compare
Choose a tag to compare

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

13 Jun 18:57
Compare
Choose a tag to compare

Android Link SDK 5.1.1 — 2025-06-13

Requirements

Name Version
Kotlin 1.9.25+ (Kotlin integrations only)

Additions

  • None.

Changes

  • Add Flutter SDK version tracking.

Removals

  • None.

v5.1.0

05 Jun 20:57
Compare
Choose a tag to compare

Android Link SDK 5.1.0 — 2025-06-05

Requirements

Name Version
Kotlin 1.9.25+ (Kotlin integrations only)

Additions

  • None.

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

21 Dec 00:12
Compare
Choose a tag to compare

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

13 Sep 17:30
Compare
Choose a tag to compare

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

  • None

Removals

  • None