File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -33,9 +33,9 @@ git submodule update
33
33
3 . Run the ** android project update** command in the libstreaming directory and in the directory of the example you wish to compile:
34
34
``` sh
35
35
cd libstreaming
36
- android update project --path . --target android-19
36
+ android update project --path . --target android-21
37
37
cd ../example3/app
38
- android update project --path . --target android-19
38
+ android update project --path . --target android-21
39
39
```
40
40
41
41
4 . Run ant
Original file line number Diff line number Diff line change 11
11
# proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
12
12
13
13
# Project target.
14
- target =android-19
14
+ target =android-21
15
15
android.library.reference.1 =../../libstreaming
You can’t perform that action at this time.
0 commit comments