Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d00cd59 commit 06c1e3fCopy full SHA for 06c1e3f
build.xml
@@ -80,7 +80,7 @@
80
<attribute name="Implementation-Version" value="${package.versionname}"/>
81
</manifest>
82
83
- <jar destfile="${package.versionname}.jar" basedir="build/classes" includes="com/loopj/android/http/**/*.class" manifest="MANIFEST.MF" />
+ <jar destfile="${package.name}-${package.versionname}.jar" basedir="build/classes" includes="com/loopj/android/http/**/*.class" manifest="MANIFEST.MF" />
84
</target>
85
86
<!-- Clean out the build files -->
0 commit comments