Skip to content

Commit 06c1e3f

Browse files
committed
Update package name when building
1 parent d00cd59 commit 06c1e3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
<attribute name="Implementation-Version" value="${package.versionname}"/>
8181
</manifest>
8282

83-
<jar destfile="${package.versionname}.jar" basedir="build/classes" includes="com/loopj/android/http/**/*.class" manifest="MANIFEST.MF" />
83+
<jar destfile="${package.name}-${package.versionname}.jar" basedir="build/classes" includes="com/loopj/android/http/**/*.class" manifest="MANIFEST.MF" />
8484
</target>
8585

8686
<!-- Clean out the build files -->

0 commit comments

Comments
 (0)