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.
3939
4040Add this in your build.gradle
4141``` groovy
42- compile 'com.amitshekhar.android:android-networking:0.2 .0'
42+ compile 'com.amitshekhar.android:android-networking:0.3 .0'
4343```
4444Do not forget to add internet permission in manifest if already not present
4545``` xml
@@ -59,7 +59,7 @@ AndroidNetworking.initialize(getApplicationContext(),okHttpClient);
5959```
6060Using the Fast Android Networking with Jackson Parser
6161``` groovy
62- compile 'com.amitshekhar.android:jackson-android-networking:0.2 .0'
62+ compile 'com.amitshekhar.android:jackson-android-networking:0.3 .0'
6363```
6464``` java
6565// Then set the JacksonParserFactory like below
You can’t perform that action at this time.
0 commit comments