mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-02-13 22:40:19 +00:00
Downgrade android build version to ironwood.1
The android master branch was failing because of authentication errors. Close #289
This commit is contained in:
parent
4c4865cc1b
commit
50238129a9
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user