diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2014-10-15 13:29:20 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2014-10-15 13:29:20 +0400 |
| commit | 4eef7998285ebd2e1c9baace3c027023e2907cba (patch) | |
| tree | aa3f86f4b0591949984f6634fc6d632f83396131 /project.properties | |
| parent | 6663e58d16cdc9133f5ebf36e971fbceaeaebdef (diff) | |
remove actionbarsherlock, switch to appcompat stuff
Diffstat (limited to 'project.properties')
| -rw-r--r-- | project.properties | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/project.properties b/project.properties index 1b18cf3a..9b10e91b 100644 --- a/project.properties +++ b/project.properties @@ -8,10 +8,9 @@ # project structure. # Project target. -target=android-17 +target=android-19 android.library.reference.1=..\\Android-ViewPagerIndicator\\library -android.library.reference.2=..\\ActionBarSherlock\\actionbarsherlock -android.library.reference.3=..\\SlidingMenu\\library +android.library.reference.2=..\\tasker-locale-api +android.library.reference.3=..\\appcompat android.library.reference.4=..\\ActionBar-PullToRefresh\\library -android.library.reference.5=..\\ActionBar-PullToRefresh\\extras\\pulltorefresh-actionbarsherlock -android.library.reference.6=../tasker-locale-api +android.library.reference.5=../SlidingMenu/library |