Skip to content

Commit

Permalink
Merge pull request #118 from plaid/ANDROID/updateTo3.2.0
Browse files Browse the repository at this point in the history
Android: update to 3.2.0
  • Loading branch information
JeroenMols authored Nov 17, 2020
2 parents e1db2ab + 8998788 commit 23039f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ android {
}

dependencies {
implementation "com.plaid.link:sdk-core:3.1.1"
implementation "com.plaid.link:sdk-core:3.2.0"

implementation "androidx.appcompat:appcompat:1.2.0"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package com.plaid.linksample.network

import io.reactivex.android.schedulers.AndroidSchedulers
import io.reactivex.schedulers.Schedulers
import io.reactivex.Single
import okhttp3.OkHttpClient
import retrofit2.Retrofit
import retrofit2.adapter.rxjava2.RxJava2CallAdapterFactory
Expand Down

0 comments on commit 23039f6

Please sign in to comment.