Downgrade android build version to ironwood.1

The android master branch was failing because of authentication errors.

Close #289
This commit is contained in:
Régis Behmo 2020-02-16 15:57:56 +01:00
parent 4c4865cc1b
commit 50238129a9
2 changed files with 5 additions and 1 deletions

View File

@ -2,6 +2,10 @@
Note: Breaking changes between versions are indicated by "💥".
## Unreleased
- [Bugfix] Fix auth problem in Android app (#289)
## 3.11.3 (2020-01-21)
- [Bugfix] Fix incorrectly parsed empty strings for `config save --set ...=...` commands

View File

@ -23,7 +23,7 @@ RUN wget https://dl.google.com/android/repository/sdk-tools-linux-${ANDROID_SDK_
RUN yes | /openedx/android-sdk/tools/bin/sdkmanager "platforms;android-27" 1> /dev/null
# Install android app repo
RUN git clone https://github.com/edx/edx-app-android --branch master /openedx/edx-app-android
RUN git clone https://github.com/edx/edx-app-android --branch open-release/ironwood.1 /openedx/edx-app-android
WORKDIR /openedx/edx-app-android
# Install gradle and all dependencies