Skip to content

Commit

Permalink
Update Apollo Dependencies to v2.5.11 (#96)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored Nov 27, 2021
1 parent b2293c3 commit 5442b63
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,9 @@ dependencies {
implementation 'com.github.pschroen:slack-api-android:c66cc8d997'

// Apollo
implementation 'com.apollographql.apollo:apollo-runtime:2.5.9'
implementation 'com.apollographql.apollo:apollo-http-cache:2.5.9'
implementation 'com.apollographql.apollo:apollo-rx2-support:2.5.9'
implementation 'com.apollographql.apollo:apollo-runtime:2.5.11'
implementation 'com.apollographql.apollo:apollo-http-cache:2.5.11'
implementation 'com.apollographql.apollo:apollo-rx2-support:2.5.11'
implementation 'io.reactivex.rxjava2:rxandroid:2.0.1'

// Google Play Billing
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:3.6.4'
classpath 'com.google.gms:google-services:4.3.3'
classpath 'com.apollographql.apollo:apollo-gradle-plugin:2.5.9'
classpath 'com.apollographql.apollo:apollo-gradle-plugin:2.5.11'
classpath 'org.jacoco:org.jacoco.core:0.8.2'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.3.0'

Expand Down

0 comments on commit 5442b63

Please # to comment.