From 79af7b850400d0e01abc33cb283b56bab87ba69e Mon Sep 17 00:00:00 2001 From: Melissa O'Sullivan Date: Fri, 12 Apr 2024 13:56:29 -0400 Subject: [PATCH] release 4.3.0 (#271) --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 3f51013..e1976d7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -23,7 +23,7 @@ android { } dependencies { - implementation "com.plaid.link:sdk-core:4.2.1" + implementation "com.plaid.link:sdk-core:4.3.0" implementation "androidx.appcompat:appcompat:1.6.1" implementation "androidx.core:core-ktx:1.12.0"