mirror of
https://github.com/videolan/vlc-android
synced 2024-11-23 18:05:36 +08:00
Update README.md
Removed repeated word
This commit is contained in:
parent
e28fa6255b
commit
a323c2d5df
@ -62,7 +62,7 @@ Native libraries are published on bintray. So you can:
|
||||
|
||||
- Build the application and get libraries via gradle dependencies (JVM build only)
|
||||
- Build the whole app (LibVLC + Medialibrary + Application)
|
||||
- Build LibVLC only, and get an .aar package
|
||||
- Build LibVLC only and get an .aar package
|
||||
|
||||
### Build Application
|
||||
|
||||
@ -70,7 +70,7 @@ VLC-Android build relies on gradle build modes :
|
||||
|
||||
- `Release` & `Debug` will get LibVLC and Medialibrary from Bintray, and build application source code only.
|
||||
- `SignedRelease` also, but it will allow you to sign application apk with a local keystore.
|
||||
- `Dev` will build build LibVLC, Medialibrary, and then build the application with these binaries. (via build scripts only)
|
||||
- `Dev` will build LibVLC, Medialibrary, and then build the application with these binaries. (via build scripts only)
|
||||
|
||||
### Build LibVLC
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user