diff options
author | daniel oeh <daniel.oeh@gmail.com> | 2012-07-04 20:13:28 +0200 |
---|---|---|
committer | daniel oeh <daniel.oeh@gmail.com> | 2012-07-04 20:13:28 +0200 |
commit | 68e5d90b9cd13a2e970718218b5e8b8e98e7aaf5 (patch) | |
tree | 695fa7a063d9a8bd2c4464ba7c1da24ad68ca535 /.classpath | |
parent | 7751d7fcc258687cb18ce22320606318ad3b7017 (diff) | |
download | AntennaPod-68e5d90b9cd13a2e970718218b5e8b8e98e7aaf5.zip |
Fixed bug in the playbackService related to audiofocus
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.classpath b/.classpath index a4763d1ee..3f9691c5d 100644 --- a/.classpath +++ b/.classpath @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> - <classpathentry kind="src" path="src"/> - <classpathentry kind="src" path="gen"/> <classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/> <classpathentry kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/> + <classpathentry kind="src" path="src"/> + <classpathentry kind="src" path="gen"/> <classpathentry kind="output" path="bin/classes"/> </classpath> |