Skip to content
This repository was archived by the owner on Mar 16, 2019. It is now read-only.

Commit 02dd486

Browse files
committed
Add OkHttp gradle dependency #62
1 parent c647150 commit 02dd486

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/android/build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,5 @@ android {
3434

3535
dependencies {
3636
compile 'com.facebook.react:react-native:+'
37+
compile 'com.squareup.okhttp3:okhttp:3.4.1'
3738
}

0 commit comments

Comments
 (0)