diff options
-rw-r--r-- | .project | 2 | ||||
-rw-r--r-- | project.properties | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <projectDescription> - <name>Antennapod</name> + <name>AntennaPod</name> <comment></comment> <projects> </projects> diff --git a/project.properties b/project.properties index 4a1ae1f77..d1eaa98a8 100644 --- a/project.properties +++ b/project.properties @@ -10,5 +10,5 @@ # Project target. proguard.config=proguard.cfg target=android-17 -android.library.reference.1=../ActionBarSherlock/library/ -android.library.reference.2=../Android-ViewPagerIndicator/library +android.library.reference.1=submodules/ActionBarSherlock/library +android.library.reference.2=submodules/ViewPagerIndicator/library |