Skip to content

Commit

Permalink
fix for android SDK r20
Browse files Browse the repository at this point in the history
  • Loading branch information
ge0rg committed Oct 15, 2012
1 parent ce15c03 commit 5287eae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.xml
Expand Up @@ -101,7 +101,7 @@
<!-- following lines copied from android-sdk build.xml -->
<path id="project.jars.ref">
<pathelement location="${out.classes.absolute.dir}" />
<path refid="project.libraries.jars" />
<path refid="project.all.jars.path" />
</path>
<pathconvert property="project.jars" refid="project.jars.ref">
<firstmatchmapper>
Expand All @@ -113,7 +113,7 @@
<proguard configuration="proguard.cfg">
-injars ${project.jars}
-outjars ${out.absolute.dir}/classes.min.jar
-libraryjars ${android.jar}
-libraryjars ${toString:project.target.class.path}
-printusage ${out.absolute.dir}/proguard.usage
</proguard>
</target>
Expand Down

0 comments on commit 5287eae

Please sign in to comment.