Browse Source

Add OkHttp gradle dependency #62

Ben Hsieh 8 years ago
parent
commit
02dd486dc1
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/android/build.gradle

+ 1
- 0
src/android/build.gradle View File

@@ -34,4 +34,5 @@ android {
34 34
 
35 35
 dependencies {
36 36
     compile 'com.facebook.react:react-native:+'
37
+    compile 'com.squareup.okhttp3:okhttp:3.4.1'
37 38
 }