Skip to content

Commit 705680e

Browse files
Update version to 1.0.0 in readme
1 parent 737970f commit 705680e

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
@@ -50,7 +50,7 @@ Fast Android Networking Library supports Android 2.3 (Gingerbread) and later.
5050

5151
Add this in your build.gradle
5252
```groovy
53-
compile 'com.amitshekhar.android:android-networking:0.4.0'
53+
compile 'com.amitshekhar.android:android-networking:1.0.0'
5454
```
5555
Do not forget to add internet permission in manifest if already not present
5656
```xml
@@ -70,7 +70,7 @@ AndroidNetworking.initialize(getApplicationContext(),okHttpClient);
7070
```
7171
Using the Fast Android Networking with Jackson Parser
7272
```groovy
73-
compile 'com.amitshekhar.android:jackson-android-networking:0.4.0'
73+
compile 'com.amitshekhar.android:jackson-android-networking:1.0.0'
7474
```
7575
```java
7676
// Then set the JacksonParserFactory like below

0 commit comments

Comments
 (0)