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.
1 parent e154a6c commit dc47e0bCopy full SHA for dc47e0b
README.md
@@ -21,7 +21,7 @@ android {
21
}
22
23
dependencies {
24
- implementation 'io.github.af19git5:easy-http-android:0.0.1'
+ implementation 'io.github.af19git5:easy-http-android:0.0.2'
25
26
```
27
gradle.properties
@@ -5,7 +5,7 @@ android.disableAutomaticComponentCreation=true
5
kotlin.code.style=official
6
GROUP=io.github.af19git5
7
POM_ARTIFACT_ID=easy-http-android
8
-VERSION_NAME=0.0.1
+VERSION_NAME=0.0.2
9
POM_NAME=Easy Http Android
10
POM_PACKAGING=aar
11
POM_DESCRIPTION=Easy to use http.
0 commit comments