Skip to content

Commit 51ede66

Browse files
committed
Gradle AAR release, not JAR
1 parent 54909c0 commit 51ede66

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

library/AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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.4"
5-
android:versionCode="2">
4+
android:versionName="1.4.4-SNAPSHOT"
5+
android:versionCode="144">
66

77
<uses-sdk
88
android:minSdkVersion="3"

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ android {
1717
}
1818
}
1919

20-
apply from: '../maven_push.gradle'
20+
apply from: '../maven_push.gradle'

library/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
POM_NAME=ActionBar-PullToRefresh Library
22
POM_ARTIFACT_ID=android-async-http
3-
POM_PACKAGING=jar
3+
POM_PACKAGING=aar

0 commit comments

Comments
 (0)