From 67131cf37a97d1e2929f48892e9edb3d28f24150 Mon Sep 17 00:00:00 2001 From: toadeh Date: Mon, 21 Jul 2014 08:56:26 +0100 Subject: [PATCH] Create pom.xml Created pom.xml --- library/pom.xml | 60 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 library/pom.xml diff --git a/library/pom.xml b/library/pom.xml new file mode 100644 index 00000000..7bd7ab43 --- /dev/null +++ b/library/pom.xml @@ -0,0 +1,60 @@ + + + 4.0.0 + se.emilsjolander + StickylListHeaders + 1.0-SNAPSHOT + apk + StickyListHeaders + + + UTF-8 + 4.1.1.4 + + 3.6.0 + + + + + com.google.android + android + ${platform.version} + provided + + + + + ${project.artifactId} + ${project.basedir}/src/se/emilsjolander/stickylistheaders + + + ${project.basedir}/res + + + + + + com.jayway.maven.plugins.android.generation2 + android-maven-plugin + ${android.plugin.version} + true + + + + + + com.jayway.maven.plugins.android.generation2 + android-maven-plugin + + + + 16 + + + + + + + +