Skip to content

Commit 6453c4c

Browse files
authored
Merge pull request #5 from shishir5/add_body_and_params_for_post_put_del_call
updated version
2 parents 06ab7a8 + caa9160 commit 6453c4c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ allprojects {
2424
```
2525
* Add the library dependency
2626
```
27-
implementation 'com.github.ZoomCar:android-network-library:1.0.5'
27+
implementation 'com.github.ZoomCar:android-network-library:1.0.6'
2828
```
2929

3030
* Add third party dependencies, [Chuck Http Interceptor](https://github.com/jgilfelt/chuck) for logging,

zcnetwork/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ android {
1010

1111
minSdkVersion 19
1212
targetSdkVersion 28
13-
versionCode 2
14-
versionName "1.0.2"
13+
versionCode 6
14+
versionName "1.0.6"
1515

1616
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1717
consumerProguardFiles "consumer-rules.pro"

0 commit comments

Comments
 (0)