Skip to content

Commit 05be60f

Browse files
Update Version for All
1 parent 52cf2c7 commit 05be60f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Fast Android Networking Library supports Android 2.3 (Gingerbread) and later.
3939

4040
Add 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
```
4444
Do not forget to add internet permission in manifest if already not present
4545
```xml
@@ -59,7 +59,7 @@ AndroidNetworking.initialize(getApplicationContext(),okHttpClient);
5959
```
6060
Using 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

0 commit comments

Comments
 (0)