Skip to content

Commit 7db70d3

Browse files
author
fyhertz
committed
2 parents f0a3a36 + 9dcaea7 commit 7db70d3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ git submodule update
3333
3. Run the **android project update** command in the libstreaming directory and in the directory of the example you wish to compile:
3434
```sh
3535
cd libstreaming
36-
android update project --path . --target android-19
36+
android update project --path . --target android-21
3737
cd ../example3/app
38-
android update project --path . --target android-19
38+
android update project --path . --target android-21
3939
```
4040

4141
4. Run ant

example3/app/project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
1212

1313
# Project target.
14-
target=android-19
14+
target=android-21
1515
android.library.reference.1=../../libstreaming

init-projects.sh

Whitespace-only changes.

0 commit comments

Comments
 (0)