diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..7adf7db --- /dev/null +++ b/pom.xml @@ -0,0 +1,55 @@ + + 4.0.0 + eu.janmuller.android + simplecropimage + 1.0 + pom + simplecropimage + + + simple-crop-image-lib + simple-crop-image-example + + + + ${project.artifactId} + src + + + + com.jayway.maven.plugins.android.generation2 + android-maven-plugin + 3.6.0 + true + + + + + + com.jayway.maven.plugins.android.generation2 + android-maven-plugin + + + 10 + + + true + + + + + + + + + + com.google.android + android + 4.1.1.4 + provided + + + \ No newline at end of file diff --git a/simple-crop-image-example/pom.xml b/simple-crop-image-example/pom.xml new file mode 100644 index 0000000..93ce41f --- /dev/null +++ b/simple-crop-image-example/pom.xml @@ -0,0 +1,62 @@ + + 4.0.0 + eu.janmuller.android + simple-crop-image-example + 1.0 + apk + simple-crop-image-example + + + simplecropimage + eu.janmuller.android + 1.0 + + + + ${project.artifactId} + src + + + + com.jayway.maven.plugins.android.generation2 + android-maven-plugin + 3.6.0 + true + + + + + + com.jayway.maven.plugins.android.generation2 + android-maven-plugin + + + 10 + + + true + + + + + + + + + + com.google.android + android + 4.1.1.4 + provided + + + simple-crop-image-lib + 1.0 + eu.janmuller.android + apklib + + + \ No newline at end of file diff --git a/simple-crop-image-lib/pom.xml b/simple-crop-image-lib/pom.xml new file mode 100644 index 0000000..e0c9205 --- /dev/null +++ b/simple-crop-image-lib/pom.xml @@ -0,0 +1,56 @@ + + 4.0.0 + eu.janmuller.android + simple-crop-image-lib + 1.0 + apklib + simple-crop-image-lib + + + simplecropimage + eu.janmuller.android + 1.0 + + + + ${project.artifactId} + src + + + + com.jayway.maven.plugins.android.generation2 + android-maven-plugin + 3.6.0 + true + + + + + + com.jayway.maven.plugins.android.generation2 + android-maven-plugin + + + 10 + + + true + + + + + + + + + + com.google.android + android + 4.1.1.4 + provided + + + \ No newline at end of file