mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 09:03:02 +00:00
refactor: adjust code after upgrade of ionic from v4 to v5
Note: used observables instead of events service which doesn't exist in ionic 5 anymore.
This commit is contained in:
committed by
Rainer Killinger
parent
cc357f36b6
commit
2e8d717607
@@ -9,7 +9,7 @@ LABEL version="2.0.0" \
|
||||
ENV ANDROID_APIS="android-26" \
|
||||
ANDROID_BUILD_TOOLS_VERSION="26.0.2" \
|
||||
NPM_VERSION="latest" \
|
||||
IONIC_VERSION="^4.0.0" \
|
||||
IONIC_VERSION="^5.0.0" \
|
||||
CORDOVA_VERSION="^8.0.0" \
|
||||
### Configure download URLs
|
||||
ANDROID_SDK_TOOLS_DOWNLOAD_URL="https://dl.google.com/android/repository/sdk-tools-linux-3859397.zip" \
|
||||
|
||||
Reference in New Issue
Block a user