File tree 5 files changed +7
-11
lines changed
5 files changed +7
-11
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,4 @@ android:
12
12
licenses :
13
13
- ' .+'
14
14
script :
15
- # Sonatype bypass
16
- - echo "nexusUsername=dummy" >> library/gradle.properties
17
- - echo "nexusPassword=dummy" >> library/gradle.properties
18
15
- ./gradlew clean assemble check
19
- - ./gradlew :library:androidJavadocs
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ https://repo1.maven.org/maven2/com/loopj/android/android-async-http/
53
53
Maven URL: https://repo1.maven.org/maven2/
54
54
GroupId: com.loopj.android
55
55
ArtifactId: android-async-http
56
- Version: 1.4.9
56
+ Version: 1.4.10
57
57
Packaging: JAR or AAR
58
58
```
59
59
Gradle
@@ -63,7 +63,7 @@ repositories {
63
63
}
64
64
65
65
dependencies {
66
- compile 'com.loopj.android:android-async-http:1.4.9 '
66
+ compile 'com.loopj.android:android-async-http:1.4.10 '
67
67
}
68
68
```
69
69
@@ -74,7 +74,7 @@ https://oss.sonatype.org/content/repositories/snapshots/com/loopj/android/androi
74
74
Maven URL: https://oss.sonatype.org/content/repositories/snapshots/
75
75
GroupId: com.loopj.android
76
76
ArtifactId: android-async-http
77
- Version: 1.4.10 -SNAPSHOT
77
+ Version: 1.4.11 -SNAPSHOT
78
78
Packaging: JAR or AAR
79
79
```
80
80
Gradle
@@ -85,7 +85,7 @@ repositories {
85
85
}
86
86
}
87
87
dependencies {
88
- compile 'com.loopj.android:android-async-http:1.4.10 -SNAPSHOT'
88
+ compile 'com.loopj.android:android-async-http:1.4.11 -SNAPSHOT'
89
89
}
90
90
```
91
91
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ def isReleaseBuild() {
20
20
21
21
allprojects {
22
22
group = ' com.loopj.android'
23
- version = ' 1.4.10-SNAPSHOT '
23
+ version = ' 1.4.10'
24
24
25
25
repositories {
26
26
google()
Original file line number Diff line number Diff line change 1
- VERSION_NAME =1.4.10-SNAPSHOT
1
+ VERSION_NAME =1.4.10
2
2
VERSION_CODE =1410
3
3
GROUP =com.loopj.android
4
4
Original file line number Diff line number Diff line change 3
3
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
4
4
package =" com.loopj.android.http.sample"
5
5
android : versionCode =" 8"
6
- android : versionName =" 1.4.10-SNAPSHOT " >
6
+ android : versionName =" 1.4.10" >
7
7
8
8
<uses-permission android : name =" android.permission.INTERNET" />
9
9
You can’t perform that action at this time.
0 commit comments