Skip to content

Commit

Permalink
Fix "ant debug" build failure in dex stage.
Browse files Browse the repository at this point in the history
Running "ant debug" (without propguard) would fail with:
  com.android.dex.DexException: Multiple dex files define Lde/duenndns/ssl/MTMDecision;
  • Loading branch information
Joerg Mensmann authored and ge0rg committed May 14, 2014
1 parent 8b6e9ef commit 0f37c84
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build.xml
Expand Up @@ -134,9 +134,6 @@
<!-- Convert this project's .class files into .dex files. -->
<target name="dex.vanilla" depends="-compile, -post-compile" unless="have.proguard">
<dex-helper>
<external-libs>
<path refid="project.all.jars.path" />
</external-libs>
</dex-helper>
</target>

Expand Down

0 comments on commit 0f37c84

Please sign in to comment.