diff --git a/wheel-demo/pom.xml b/wheel-demo/pom.xml new file mode 100644 index 0000000..3cb275f --- /dev/null +++ b/wheel-demo/pom.xml @@ -0,0 +1,81 @@ + + + 4.0.0 + android-wheel + android-wheel-demo + 0.1 + apk + android-wheel-demo + + + + android-wheel + android-wheel + 0.1 + aar + + + com.google.android + android + 2.2.1 + provided + + + + + src + + + org.apache.maven.plugins + maven-enforcer-plugin + 1.2 + + + enforce-maven + + enforce + + + + + 3.0.4 + + + + + + + + + com.simpligility.maven.plugins + android-maven-plugin + 4.3.0 + + ${project.basedir}/AndroidManifest.xml + ${project.basedir}/assets + ${project.basedir}/res + ${project.basedir}/src/main/native + + 15 + + true + true + + false + + + true + + + + maven-compiler-plugin + 2.3.2 + + 1.6 + 1.6 + + + + + diff --git a/wheel/pom.xml b/wheel/pom.xml new file mode 100644 index 0000000..2acb56d --- /dev/null +++ b/wheel/pom.xml @@ -0,0 +1,75 @@ + + + 4.0.0 + android-wheel + android-wheel + 0.1 + aar + android-wheel + + + + com.google.android + android + 2.2.1 + provided + + + + + src + + + org.apache.maven.plugins + maven-enforcer-plugin + 1.2 + + + enforce-maven + + enforce + + + + + 3.0.4 + + + + + + + + + com.simpligility.maven.plugins + android-maven-plugin + 4.3.0 + + ${project.basedir}/AndroidManifest.xml + ${project.basedir}/assets + ${project.basedir}/res + ${project.basedir}/src/main/native + + 15 + + true + true + + false + + + true + + + + maven-compiler-plugin + 2.3.2 + + 1.6 + 1.6 + + + + +