Skip to content

Commit

Permalink
added missing project update
Browse files Browse the repository at this point in the history
  • Loading branch information
mtotschnig committed Feb 16, 2014
1 parent 4bc565b commit 4463cef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,9 @@ cd MyExpenses
git submodule init
git submodule update
echo "sdk.dir={sdk-dir}">local.properties
cp -rp {sdk-dir}/extras/android/support/v7/appcompat .
cp -R {sdk-dir}/extras/android/support/v7/appcompat .
android update lib-project --path ./appcompat
android update lib-project --path ./StickyListHeaders/library/
ant clean
ant release
```

0 comments on commit 4463cef

Please sign in to comment.