We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52cf2c7 commit 05be60fCopy full SHA for 05be60f
1 file changed
README.md
@@ -39,7 +39,7 @@ Fast Android Networking Library supports Android 2.3 (Gingerbread) and later.
39
40
Add this in your build.gradle
41
```groovy
42
-compile 'com.amitshekhar.android:android-networking:0.2.0'
+compile 'com.amitshekhar.android:android-networking:0.3.0'
43
```
44
Do not forget to add internet permission in manifest if already not present
45
```xml
@@ -59,7 +59,7 @@ AndroidNetworking.initialize(getApplicationContext(),okHttpClient);
59
60
Using the Fast Android Networking with Jackson Parser
61
62
-compile 'com.amitshekhar.android:jackson-android-networking:0.2.0'
+compile 'com.amitshekhar.android:jackson-android-networking:0.3.0'
63
64
```java
65
// Then set the JacksonParserFactory like below
0 commit comments