From b96b8fa72da8dd1b78fe578f3210ab0d3a5981ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Tue, 18 May 2021 16:55:06 +0200 Subject: [PATCH] Upgrade to the latest app release --- tutorandroid/templates/android/build/android/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorandroid/templates/android/build/android/Dockerfile b/tutorandroid/templates/android/build/android/Dockerfile index b586322..66a8d29 100644 --- a/tutorandroid/templates/android/build/android/Dockerfile +++ b/tutorandroid/templates/android/build/android/Dockerfile @@ -26,7 +26,7 @@ RUN yes | /openedx/android-sdk/tools/bin/sdkmanager --sdk_root=${ANDROID_HOME} - # Install android app repo ARG ANDROID_APP_REPOSITORY=https://github.com/edx/edx-app-android -ARG ANDROID_APP_VERSION=release/2.23.2 +ARG ANDROID_APP_VERSION=release/2.25.1 RUN git clone $ANDROID_APP_REPOSITORY --branch $ANDROID_APP_VERSION /openedx/edx-app-android WORKDIR /openedx/edx-app-android