File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ Fast Android Networking Library supports Android 2.3 (Gingerbread) and later.
39
39
40
40
Add this in your build.gradle
41
41
``` groovy
42
- compile 'com.amitshekhar.android:android-networking:0.2 .0'
42
+ compile 'com.amitshekhar.android:android-networking:0.3 .0'
43
43
```
44
44
Do not forget to add internet permission in manifest if already not present
45
45
``` xml
@@ -59,7 +59,7 @@ AndroidNetworking.initialize(getApplicationContext(),okHttpClient);
59
59
```
60
60
Using the Fast Android Networking with Jackson Parser
61
61
``` groovy
62
- compile 'com.amitshekhar.android:jackson-android-networking:0.2 .0'
62
+ compile 'com.amitshekhar.android:jackson-android-networking:0.3 .0'
63
63
```
64
64
``` java
65
65
// Then set the JacksonParserFactory like below
You can’t perform that action at this time.
0 commit comments