From 07cebe2ea90355725d7daa6f87b2bfbd18258c90 Mon Sep 17 00:00:00 2001 From: zsweigart Date: Tue, 10 Mar 2020 19:48:24 -0500 Subject: [PATCH] Zds update version 1 0 3 (#41) Update to 1.0.3 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 5a8f1a7..9e9db12 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -35,7 +35,7 @@ android { } dependencies { - implementation 'com.plaid.link:sdk-core:1.0.2' + implementation 'com.plaid.link:sdk-core:1.0.3' implementation 'androidx.appcompat:appcompat:1.1.0' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"