We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 06ab7a8 + caa9160 commit 6453c4cCopy full SHA for 6453c4c
README.md
@@ -24,7 +24,7 @@ allprojects {
24
```
25
* Add the library dependency
26
27
-implementation 'com.github.ZoomCar:android-network-library:1.0.5'
+implementation 'com.github.ZoomCar:android-network-library:1.0.6'
28
29
30
* Add third party dependencies, [Chuck Http Interceptor](https://github.com/jgilfelt/chuck) for logging,
zcnetwork/build.gradle
@@ -10,8 +10,8 @@ android {
10
11
minSdkVersion 19
12
targetSdkVersion 28
13
- versionCode 2
14
- versionName "1.0.2"
+ versionCode 6
+ versionName "1.0.6"
15
16
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
17
consumerProguardFiles "consumer-rules.pro"
0 commit comments