From a323c2d5df6114b41acbdc365b1f8901270bd396 Mon Sep 17 00:00:00 2001 From: JJ <103335846+computerscienceiscool@users.noreply.github.com> Date: Wed, 4 Oct 2023 00:08:26 -0700 Subject: [PATCH] Update README.md Removed repeated word --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 06e619c15b..8c6d48d8d3 100644 --- a/README.md +++ b/README.md @@ -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