Skip to content

Commit c4a4ccb

Browse files
committed
Updated to 1.4.5 to release into Maven Central
1 parent f8241ee commit c4a4ccb

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@ https://oss.sonatype.org/content/repositories/snapshots/com/loopj/android/androi
2828
Maven URL: https://oss.sonatype.org/content/repositories/snapshots/
2929
GroupId: com.loopj.android
3030
ArtifactId: android-async-http
31-
Version: 1.4.5-SNAPSHOT
31+
Version: 1.4.6-SNAPSHOT
3232
Packaging: JAR or AAR
3333
```
34+
Gradle: `com.loopj.android:async-http-client:1.4.6-SNAPSHOT`
3435

3536
**releases, maven central**
3637

@@ -39,9 +40,10 @@ http://central.maven.org/maven2/com/loopj/android/android-async-http/
3940
Maven URL: http://repo1.maven.org/maven2/
4041
GroupId: com.loopj.android
4142
ArtifactId: android-async-http
42-
Version: 1.4.4
43+
Version: 1.4.5
4344
Packaging: JAR or AAR
4445
```
46+
Gradle: `com.loopj.android:async-http-client:1.4.5`
4547

4648
Documentation, Features and Examples
4749
------------------------------------

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.5-SNAPSHOT'
17+
version = '1.4.5'
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.5-SNAPSHOT
1+
VERSION_NAME=1.4.5
22
VERSION_CODE=145
33
GROUP=com.loopj.android
44

library/src/main/AndroidManifest.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="com.loopj.android.http"
4-
android:versionName="1.4.5-SNAPSHOT"
4+
android:versionName="1.4.5"
55
android:versionCode="145">
66

77
<uses-permission android:name="android.permission.INTERNET"/>

0 commit comments

Comments
 (0)