diff --git a/pom.xml b/pom.xml
deleted file mode 100644
index 81e223b10..000000000
--- a/pom.xml
+++ /dev/null
@@ -1,269 +0,0 @@
-
-
- 4.0.0
- de.danoeh
- antennapod
- apk
- 0.9.9.3
- AntennaPod
-
-
-
-
- android.support
- compatibility-v4
- 19
-
-
- android.support
- compatibility-v7-appcompat
- 19
- apklib
-
-
- android.support
- compatibility-v7-appcompat
- 19
- jar
-
-
- com.google.android
- android-test
- 2.2.1
-
-
- org.apache.commons
- commons-lang3
- 3.1
-
-
- org.shredzone.flattr4j
- flattr4j-core
- 2.7
- compile
-
-
- org.apache.httpcomponents
- httpcore
-
-
- org.apache.httpcomponents
- httpclient
-
-
- org.json
- json
-
-
-
-
- android
- android
- provided
- 4.4_r1
-
-
- com.google.android.annotations
- annotations
- 22.3
- provided
-
-
- commons-io
- commons-io
- 2.4
-
-
- com.mobeta.android.dslv
- drag-sort-listview
- 0.6.1-SNAPSHOT
- apklib
-
-
- com.nineoldandroids
- library
- 2.4.0
-
-
- com.aocate
- presto_client
- 0.8.5
- jar
- system
- ${project.basedir}/libs/presto_client-0.8.5.jar
-
-
-
-
- src
-
-
- org.apache.maven.plugins
- maven-compiler-plugin
- 2.3.2
-
-
- 1.6
-
-
-
- com.jayway.maven.plugins.android.generation2
- android-maven-plugin
- 3.8.0
-
-
- ${env.ANDROID_HOME}
- 19
-
-
- true
-
-
- true
-
-
- alignApk
- package
-
- zipalign
-
-
-
-
-
-
-
-
-
- development
-
-
-
- environment
- !production
-
-
-
- In Development
-
-
-
- production
-
- In Production
-
-
-
- release
-
-
-
- performRelease
- true
-
-
-
-
-
- org.apache.maven.plugins
- maven-jarsigner-plugin
-
-
- signing
-
- sign
- verify
-
- package
- true
-
- true
-
-
- ${project.build.directory}/${project.artifactId}-${project.version}.apk
-
- ${sign.keystore}
- ${sign.alias}
- ${sign.storepass}
- ${sign.keypass}
- true
-
- -sigalgMD5withRSA
- -digestalgSHA1
-
-
-
-
-
-
-
- com.jayway.maven.plugins.android.generation2
- android-maven-plugin
- true
-
-
- false
-
-
- false
- true
- ${project.build.directory}/${project.artifactId}-${project.version}.apk
- ${project.build.directory}/${project.artifactId}-${project.version}-signed-aligned.apk
-
-
-
- false
- false
-
-
- false
- proguard-mvn.cfg
-
-
-
-
- alignApk
- package
-
- zipalign
-
-
-
-
-
- org.codehaus.mojo
- build-helper-maven-plugin
-
-
-
- ${project.build.directory}/${project.artifactId}-${project.version}-signed-aligned.apk
- apk
- signed-aligned
-
-
- ${project.build.directory}/proguard/mapping.txt
- map
- release
-
-
-
-
-
- attach-signed-aligned
- package
-
- attach-artifact
-
-
-
-
-
-
-
-
-
-
diff --git a/proguard-mvn.cfg b/proguard-mvn.cfg
deleted file mode 100644
index 70019bfcb..000000000
--- a/proguard-mvn.cfg
+++ /dev/null
@@ -1,66 +0,0 @@
--printmapping out.map
--renamesourcefileattribute SourceFile
--keepattributes SourceFile,LineNumberTable
-
--dontpreverify
--repackageclasses ''
--allowaccessmodification
--optimizations !code/simplification/arithmetic
--keepattributes *Annotation*
-
--injars libs/presto_client-0.8.5.jar
-
--keep public class * extends android.app.Activity
--keep public class * extends android.app.Application
--keep public class * extends android.app.Service
--keep public class * extends android.content.BroadcastReceiver
--keep public class * extends android.content.ContentProvider
-
--keep public class * extends android.view.View {
- public (android.content.Context);
- public (android.content.Context, android.util.AttributeSet);
- public (android.content.Context, android.util.AttributeSet, int);
- public void set*(...);
-}
-
--keepclassmembers enum * {
- public static **[] values();
- public static ** valueOf(java.lang.String);
-}
-
--keepclasseswithmembers class * {
- public (android.content.Context, android.util.AttributeSet);
-}
-
--keepclasseswithmembers class * {
- public (android.content.Context, android.util.AttributeSet, int);
-}
-
--keepclassmembers class * extends android.content.Context {
- public void *(android.view.View);
- public void *(android.view.MenuItem);
-}
-
--keepclassmembers class * implements android.os.Parcelable {
- static android.os.Parcelable$Creator CREATOR;
-}
-
--keepclassmembers class **.R$* {
- public static ;
-}
-
--keep class android.support.v4.** { *; }
--keep interface android.support.v4.** { *; }
--keep class android.support.v7.** { *; }
--keep interface android.support.v7.** { *; }
--dontwarn android.support.v4.**
--dontwarn android.support.v7.**
-
--keepattributes *Annotation*
-
--keep class org.shredzone.flattr4j.** { *; }
--dontwarn org.shredzone.flattr4j.**
-
--keep class org.apache.commons.** { *; }
-
--dontskipnonpubliclibraryclassmembers
diff --git a/proguard-project.txt b/proguard-project.txt
deleted file mode 100644
index f2fe1559a..000000000
--- a/proguard-project.txt
+++ /dev/null
@@ -1,20 +0,0 @@
-# To enable ProGuard in your project, edit project.properties
-# to define the proguard.config property as described in that file.
-#
-# Add project specific ProGuard rules here.
-# By default, the flags in this file are appended to flags specified
-# in ${sdk.dir}/tools/proguard/proguard-android.txt
-# You can edit the include path and order by changing the ProGuard
-# include property in project.properties.
-#
-# For more details, see
-# http://developer.android.com/guide/developing/tools/proguard.html
-
-# Add any project specific keep options here:
-
-# If your project uses WebView with JS, uncomment the following
-# and specify the fully qualified class name to the JavaScript interface
-# class:
-#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
-# public *;
-#}