diff options
author | Scott Jackson <daneren2005@gmail.com> | 2014-04-10 22:12:29 -0700 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2014-04-10 22:12:29 -0700 |
commit | 6ae517ac936d6d52660e078eb5994bfc35a01c5f (patch) | |
tree | 098bdf476c81644a2e2e181ef8748da29a6fe681 | |
parent | 72c42e1f178ba6eec1fa80322d2a49b695f9e8de (diff) | |
download | dsub-6ae517ac936d6d52660e078eb5994bfc35a01c5f.tar.gz dsub-6ae517ac936d6d52660e078eb5994bfc35a01c5f.tar.bz2 dsub-6ae517ac936d6d52660e078eb5994bfc35a01c5f.zip |
Link directly against system support libs instead of manually updating them
-rw-r--r-- | Subsonic.iml | 3 | ||||
-rw-r--r-- | libs/android-support-v4.jar | bin | 648327 -> 0 bytes | |||
-rw-r--r-- | libs/android-support-v7-appcompat.jar | bin | 349134 -> 0 bytes | |||
-rw-r--r-- | libs/android-support-v7-mediarouter.jar | bin | 168045 -> 0 bytes | |||
-rw-r--r-- | proguard-project.txt | 20 |
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 Binary files differdeleted file mode 100644 index 187bdf48..00000000 --- a/libs/android-support-v4.jar +++ /dev/null diff --git a/libs/android-support-v7-appcompat.jar b/libs/android-support-v7-appcompat.jar Binary files differdeleted file mode 100644 index e352c0bc..00000000 --- a/libs/android-support-v7-appcompat.jar +++ /dev/null diff --git a/libs/android-support-v7-mediarouter.jar b/libs/android-support-v7-mediarouter.jar Binary files differdeleted file mode 100644 index cd6c115b..00000000 --- a/libs/android-support-v7-mediarouter.jar +++ /dev/null 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 *;
-#}
|