7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-06-07 00:20:49 +00:00

Fix android app custom build instructions

This commit is contained in:
Régis Behmo 2020-05-18 20:30:36 +02:00
parent cce02dcdf6
commit 8b8e27a781

View File

@ -52,7 +52,8 @@ The Android app is built from the `official edx-app-android repository <https://
tutor images build \
--build-arg ANDROID_APP_REPOSITORY=https://github.com/mycustomfork/edx-app-android \
--build-arg ANDROID_APP_VERSION=master
--build-arg ANDROID_APP_VERSION=master \
android
Releasing an Android app
~~~~~~~~~~~~~~~~~~~~~~~~