diff --git a/pom.xml b/pom.xml index a73e8fb3..b23d70eb 100644 --- a/pom.xml +++ b/pom.xml @@ -30,6 +30,13 @@ + + com.google.android + android + 2.3.3 + provided + + junit junit @@ -113,4 +120,82 @@ + + + + + + maven-jarsigner-plugin + 1.2 + + + maven-resources-plugin + 2.4.3 + + UTF-8 + + + + + com.jayway.maven.plugins.android.generation2 + android-maven-plugin + 3.1.1 + + + 9 + + + 23 + 10000 + + + + true + + true + + + + com.pyx4me + proguard-maven-plugin + 2.0.4 + + + org.codehaus.mojo + build-helper-maven-plugin + 1.5 + + + + + + + + + standard + + true + + + ../android_common + + + + + release + + + + performRelease + true + + + + ../android_common + + + + + \ No newline at end of file