Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
fyhertz committed Aug 9, 2015
2 parents f0a3a36 + 9dcaea7 commit 7db70d3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ git submodule update
3. Run the **android project update** command in the libstreaming directory and in the directory of the example you wish to compile:
```sh
cd libstreaming
android update project --path . --target android-19
android update project --path . --target android-21
cd ../example3/app
android update project --path . --target android-19
android update project --path . --target android-21
```

4. Run ant
Expand Down
2 changes: 1 addition & 1 deletion example3/app/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt

# Project target.
target=android-19
target=android-21
android.library.reference.1=../../libstreaming
Empty file added init-projects.sh
Empty file.

0 comments on commit 7db70d3

Please sign in to comment.