diff --git a/.gitignore b/.gitignore index 37a21f5..56d8341 100644 --- a/.gitignore +++ b/.gitignore @@ -29,6 +29,12 @@ local.properties .buildpath +################# +## IntelliJ IDEA +################# + +*.iml + ################# ## Visual Studio ################# @@ -175,4 +181,5 @@ example/src/ru/truba/touchgallery/TouchView bin/ gen/ +target/ diff --git a/library/libs/android-support-v4.jar b/library/libs/android-support-v4.jar deleted file mode 100755 index af90a7f..0000000 Binary files a/library/libs/android-support-v4.jar and /dev/null differ diff --git a/library/pom.xml b/library/pom.xml new file mode 100644 index 0000000..ceacec0 --- /dev/null +++ b/library/pom.xml @@ -0,0 +1,61 @@ + + + + 4.0.0 + net.goblindegook.AndroidTouchGallery + touchgallery + 1.1 + apklib + + + 4.1.1.4 + + + + + com.google.android + support-v4 + r7 + + + com.google.android + android + ${platform.version} + provided + + + + + + + com.jayway.maven.plugins.android.generation2 + android-maven-plugin + 3.5.0 + + ${project.basedir}/AndroidManifest.xml + ${project.basedir}/assets + ${project.basedir}/res + ${project.basedir}/src/main/native + + 17 + + true + + true + + + + maven-compiler-plugin + 2.5.1 + + 1.6 + 1.6 + + + + + \ No newline at end of file