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 @@ -50,7 +50,7 @@ Fast Android Networking Library supports Android 2.3 (Gingerbread) and later.
50
50
51
51
Add this in your build.gradle
52
52
``` groovy
53
- compile 'com.amitshekhar.android:android-networking:0.4 .0'
53
+ compile 'com.amitshekhar.android:android-networking:1.0 .0'
54
54
```
55
55
Do not forget to add internet permission in manifest if already not present
56
56
``` xml
@@ -70,7 +70,7 @@ AndroidNetworking.initialize(getApplicationContext(),okHttpClient);
70
70
```
71
71
Using the Fast Android Networking with Jackson Parser
72
72
``` groovy
73
- compile 'com.amitshekhar.android:jackson-android-networking:0.4 .0'
73
+ compile 'com.amitshekhar.android:jackson-android-networking:1.0 .0'
74
74
```
75
75
``` java
76
76
// Then set the JacksonParserFactory like below
You can’t perform that action at this time.
0 commit comments