Skip to content
This repository has been archived by the owner on Apr 19, 2018. It is now read-only.

Commit

Permalink
Merge pull request #165 from olekp/nativeLibFix
Browse files Browse the repository at this point in the history
removed android-support-v4.jar from apklib
  • Loading branch information
JakeWharton committed Dec 21, 2012
2 parents cfcd720 + d5bd4c8 commit dd5609e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions library/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@
<groupId>com.jayway.maven.plugins.android.generation2</groupId>
<artifactId>android-maven-plugin</artifactId>
<extensions>true</extensions>
<configuration>
<nativeLibrariesDirectory>ignored</nativeLibrariesDirectory>
</configuration>
</plugin>

<plugin>
Expand Down

0 comments on commit dd5609e

Please sign in to comment.