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 9fa23d6 commit 299b190Copy full SHA for 299b190
build.xml
@@ -53,7 +53,7 @@
53
<attribute name="Implementation-Version" value="${version.num}-b${build.number}"/>
54
</manifest>
55
56
- <jar destfile="${jarfile}" basedir="build/classes" includes="**/*.class" manifest="MANIFEST.MF" />
+ <jar destfile="${jarfile}" basedir="build/classes" includes="com/loopj/android/http/**/*.class" manifest="MANIFEST.MF" />
57
</target>
58
59
<!-- Clean out the build files -->
0 commit comments