We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9af4186 commit c2f1701Copy full SHA for c2f1701
README.md
@@ -40,7 +40,7 @@ http://central.maven.org/maven2/com/loopj/android/android-async-http/
40
Maven URL: http://repo1.maven.org/maven2/
41
GroupId: com.loopj.android
42
ArtifactId: android-async-http
43
-Version: 1.4.3
+Version: 1.4.4
44
Packaging: JAR or AAR
45
```
46
build.gradle
@@ -14,7 +14,7 @@ def isReleaseBuild() {
14
15
allprojects {
16
group = 'com.loopj.android'
17
- version = '1.4.4-SNAPSHOT'
+ version = '1.4.4'
18
19
repositories {
20
mavenCentral()
gradle.properties
@@ -1,4 +1,4 @@
1
-VERSION_NAME=1.4.4-SNAPSHOT
+VERSION_NAME=1.4.4
2
VERSION_CODE=144
3
GROUP=com.loopj.android
4
0 commit comments