Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
[android] - bump OkHttp dependency to avoid null pointer exceptions o…
Browse files Browse the repository at this point in the history
…n Android 7.0 (#9522)
  • Loading branch information
tobrun committed Jul 21, 2017
1 parent 0ce62a2 commit 23210cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/android/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ ext {

// square crew
timber : 'com.jakewharton.timber:timber:4.5.1',
okhttp3 : 'com.squareup.okhttp3:okhttp:3.7.0',
okhttp3 : 'com.squareup.okhttp3:okhttp:3.8.0',
leakCanaryDebug : "com.squareup.leakcanary:leakcanary-android:${leakCanaryVersion}",
leakCanaryRelease : "com.squareup.leakcanary:leakcanary-android-no-op:${leakCanaryVersion}",
leakCanaryTest : "com.squareup.leakcanary:leakcanary-android-no-op:${leakCanaryVersion}"
Expand Down

0 comments on commit 23210cb

Please sign in to comment.