Skip to content

Commit

Permalink
Update stripe-android to 11.2.0
Browse files Browse the repository at this point in the history
Also update other dependencies
  • Loading branch information
mshafrir-stripe authored Oct 7, 2019
1 parent e1a6c9b commit 9844dab
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,29 +46,29 @@ android {
}

dependencies {
implementation 'com.stripe:stripe-android:11.1.1'
implementation 'com.stripe:stripe-android:11.2.0'
implementation 'androidx.multidex:multidex:2.0.1'
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.recyclerview:recyclerview:1.0.0'
implementation 'com.google.android.material:material:1.0.0'

/* Needed for RxAndroid */
implementation 'io.reactivex.rxjava2:rxandroid:2.1.1'
implementation 'io.reactivex.rxjava2:rxjava:2.2.12'
implementation 'io.reactivex.rxjava2:rxjava:2.2.13'

/* Needed for Rx Bindings on views */
implementation 'com.jakewharton.rxbinding2:rxbinding:2.2.0'

/* Used for server calls */
implementation 'com.squareup.okio:okio:2.4.0'
implementation 'com.squareup.retrofit2:retrofit:2.6.1'
implementation 'com.squareup.okio:okio:2.4.1'
implementation 'com.squareup.retrofit2:retrofit:2.6.2'
implementation 'com.facebook.stetho:stetho:1.5.1'
implementation 'com.facebook.stetho:stetho-okhttp3:1.5.1'

/* Used to make Retrofit easier and GSON & Rx-compatible*/
implementation 'com.google.code.gson:gson:2.8.5'
implementation 'com.squareup.retrofit2:adapter-rxjava2:2.6.1'
implementation 'com.squareup.retrofit2:converter-gson:2.6.1'
implementation 'com.google.code.gson:gson:2.8.6'
implementation 'com.squareup.retrofit2:adapter-rxjava2:2.6.2'
implementation 'com.squareup.retrofit2:converter-gson:2.6.2'

// Used to debug your Retrofit connections
// Do not upgrade as it will require increasing minSdkVersion to 21
Expand Down

0 comments on commit 9844dab

Please sign in to comment.