aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Subsonic.iml3
-rw-r--r--libs/android-support-v4.jarbin648327 -> 0 bytes
-rw-r--r--libs/android-support-v7-appcompat.jarbin349134 -> 0 bytes
-rw-r--r--libs/android-support-v7-mediarouter.jarbin168045 -> 0 bytes
-rw-r--r--proguard-project.txt20
5 files changed, 3 insertions, 20 deletions
diff --git a/Subsonic.iml b/Subsonic.iml
index fb0dceef..5bbad9d3 100644
--- a/Subsonic.iml
+++ b/Subsonic.iml
@@ -25,6 +25,9 @@
<orderEntry type="library" name="google-player-services" level="project" />
<orderEntry type="module" module-name="google-play-services_lib" />
<orderEntry type="module" module-name="ServerProxy" />
+ <orderEntry type="library" name="android-support-v4" level="project" />
+ <orderEntry type="library" name="android-support-v7-appcompat" level="project" />
+ <orderEntry type="library" name="android-support-v7-mediarouter" level="project" />
</component>
</module>
diff --git a/libs/android-support-v4.jar b/libs/android-support-v4.jar
deleted file mode 100644
index 187bdf48..00000000
--- a/libs/android-support-v4.jar
+++ /dev/null
Binary files differ
diff --git a/libs/android-support-v7-appcompat.jar b/libs/android-support-v7-appcompat.jar
deleted file mode 100644
index e352c0bc..00000000
--- a/libs/android-support-v7-appcompat.jar
+++ /dev/null
Binary files differ
diff --git a/libs/android-support-v7-mediarouter.jar b/libs/android-support-v7-mediarouter.jar
deleted file mode 100644
index cd6c115b..00000000
--- a/libs/android-support-v7-mediarouter.jar
+++ /dev/null
Binary files differ
diff --git a/proguard-project.txt b/proguard-project.txt
deleted file mode 100644
index b60ae7ea..00000000
--- 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 *;
-#}