File tree 4 files changed +7
-5
lines changed
4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -28,9 +28,10 @@ https://oss.sonatype.org/content/repositories/snapshots/com/loopj/android/androi
28
28
Maven URL: https://oss.sonatype.org/content/repositories/snapshots/
29
29
GroupId: com.loopj.android
30
30
ArtifactId: android-async-http
31
- Version: 1.4.5 -SNAPSHOT
31
+ Version: 1.4.6 -SNAPSHOT
32
32
Packaging: JAR or AAR
33
33
```
34
+ Gradle: ` com.loopj.android:async-http-client:1.4.6-SNAPSHOT `
34
35
35
36
** releases, maven central**
36
37
@@ -39,9 +40,10 @@ http://central.maven.org/maven2/com/loopj/android/android-async-http/
39
40
Maven URL: http://repo1.maven.org/maven2/
40
41
GroupId: com.loopj.android
41
42
ArtifactId: android-async-http
42
- Version: 1.4.4
43
+ Version: 1.4.5
43
44
Packaging: JAR or AAR
44
45
```
46
+ Gradle: ` com.loopj.android:async-http-client:1.4.5 `
45
47
46
48
Documentation, Features and Examples
47
49
------------------------------------
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ def isReleaseBuild() {
14
14
15
15
allprojects {
16
16
group = ' com.loopj.android'
17
- version = ' 1.4.5-SNAPSHOT '
17
+ version = ' 1.4.5'
18
18
19
19
repositories {
20
20
mavenCentral()
Original file line number Diff line number Diff line change 1
- VERSION_NAME =1.4.5-SNAPSHOT
1
+ VERSION_NAME =1.4.5
2
2
VERSION_CODE =145
3
3
GROUP =com.loopj.android
4
4
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3
3
package =" com.loopj.android.http"
4
- android : versionName =" 1.4.5-SNAPSHOT "
4
+ android : versionName =" 1.4.5"
5
5
android : versionCode =" 145" >
6
6
7
7
<uses-permission android : name =" android.permission.INTERNET" />
You can’t perform that action at this time.
0 commit comments