Skip to content

Commit c2f1701

Browse files
committed
Prepare to release 1.4.4 to Maven Central
1 parent 9af4186 commit c2f1701

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ http://central.maven.org/maven2/com/loopj/android/android-async-http/
4040
Maven URL: http://repo1.maven.org/maven2/
4141
GroupId: com.loopj.android
4242
ArtifactId: android-async-http
43-
Version: 1.4.3
43+
Version: 1.4.4
4444
Packaging: JAR or AAR
4545
```
4646

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def isReleaseBuild() {
1414

1515
allprojects {
1616
group = 'com.loopj.android'
17-
version = '1.4.4-SNAPSHOT'
17+
version = '1.4.4'
1818

1919
repositories {
2020
mavenCentral()

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=1.4.4-SNAPSHOT
1+
VERSION_NAME=1.4.4
22
VERSION_CODE=144
33
GROUP=com.loopj.android
44

0 commit comments

Comments
 (0)