Skip to content

Commit

Permalink
Downgrade android build version to ironwood.1
Browse files Browse the repository at this point in the history
The android master branch was failing because of authentication errors.

Close #289
  • Loading branch information
regisb committed Feb 16, 2020
1 parent 4c4865c commit 5023812
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tutor/templates/build/android/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5023812

Please sign in to comment.