Skip to content

Commit

Permalink
PAY-1931: Update stripe SDK (#1696)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkariang authored Oct 3, 2022
1 parent 0c828ad commit 950f3e2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
- v5-android-
- attach_workspace:
at: ~/project
- run: ./gradlew :app:clean
- run: ./gradlew checkstyle
- run: ./gradlew ktlint
- run: ./gradlew lintExternalRelease
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ dependencies {
implementation "com.jakewharton.rxbinding:rxbinding-support-v4:$rx_binding_version"
implementation "com.jakewharton.timber:timber:5.0.1"
implementation 'com.optimizely.ab:android-sdk:3.13.2'
implementation 'com.stripe:stripe-android:20.11.0'
implementation 'com.stripe:stripe-android:20.14.0'
final okhttp_version = '4.10.+'
implementation "com.squareup.okhttp3:logging-interceptor:$okhttp_version"
implementation "com.squareup.okhttp3:okhttp-urlconnection:$okhttp_version"
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {

dependencies {
classpath 'com.android.tools.build:gradle:7.2.2'
classpath 'com.google.gms:google-services:4.3.13'
classpath 'com.google.gms:google-services:4.3.14'
classpath "org.jacoco:org.jacoco.core:$jacoco_version"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "com.google.firebase:perf-plugin:1.4.1"
Expand Down

0 comments on commit 950f3e2

Please sign in to comment.