diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..eb5a316 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +target diff --git a/pom.xml b/pom.xml new file mode 100755 index 0000000..4877ae9 --- /dev/null +++ b/pom.xml @@ -0,0 +1,86 @@ + + + + 4.0.0 + + com.jake.quiltview + quiltview + 1.0 + QuiltViewLibrary + apklib + + + 1.6 + + + + + + + + + + + + + com.google.android + android + provided + 4.1.1.4 + + + android.support + compatibility-v7-gridlayout + 11 + apklib + + + + android.support + compatibility-v7-gridlayout + 11 + jar + + + + + src + + + + + org.apache.maven.plugins + maven-compiler-plugin + 2.5 + + ${java.version} + ${java.version} + + + + + com.jayway.maven.plugins.android.generation2 + android-maven-plugin + 3.4.1 + + + 16 + + + + + + com.jayway.maven.plugins.android.generation2 + android-maven-plugin + 3.4.1 + true + + ignored + + + + + + + diff --git a/res/layout/activity_main.xml b/res/layout/activity_main.xml deleted file mode 100644 index 58a95e1..0000000 --- a/res/layout/activity_main.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - \ No newline at end of file