Skip to content

Commit

Permalink
Upgrade 3DS2 SDK to 2.2.5 (#1946)
Browse files Browse the repository at this point in the history
  • Loading branch information
mshafrir-stripe authored Dec 13, 2019
1 parent 75eda3a commit 5264609
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dependencies {
implementation 'com.jakewharton.rxbinding2:rxbinding:2.2.0'

/* Used for server calls */
implementation 'com.squareup.okio:okio:2.4.1'
implementation 'com.squareup.okio:okio:2.4.2'
implementation 'com.squareup.retrofit2:retrofit:2.7.0'
implementation 'com.facebook.stetho:stetho:1.5.1'
implementation 'com.facebook.stetho:stetho-okhttp3:1.5.1'
Expand Down
3 changes: 2 additions & 1 deletion stripe/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,12 @@ dependencies {
implementation 'androidx.recyclerview:recyclerview:1.1.0'
implementation "androidx.lifecycle:lifecycle-viewmodel:2.1.0"
implementation 'androidx.lifecycle:lifecycle-extensions:2.1.0'
implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.0.0'

// Api for this import because we use reflection to alter TextInputLayout
api 'com.google.android.material:material:1.0.0'

implementation "com.stripe:stripe-3ds2-android:2.2.4"
implementation "com.stripe:stripe-3ds2-android:2.2.5"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlinVersion"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$kotlinCoroutinesVersion"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$kotlinCoroutinesVersion"
Expand Down

0 comments on commit 5264609

Please sign in to comment.