We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8114b76 + 109369f commit d8e99daCopy full SHA for d8e99da
README.md
@@ -68,6 +68,24 @@ dependencies {
68
}
69
```
70
71
+Don't forget to add also the following dependencies
72
+
73
+```
74
75
+ compile 'com.android.volley:volley:1.0.0'
76
+ compile 'com.google.code.gson:gson:2.8.1'
77
78
79
+and the following permession to AndroidManifest.xml
80
81
82
83
+ <uses-permission android:name="android.permission.INTERNET" />
84
85
86
87
88
89
## Initialize
90
Inside `onCreate` of Application class or Launcher Activity.
91
0 commit comments