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:
Jovan Krunić
2020-10-28 16:48:24 +01:00
committed by Rainer Killinger
parent cc357f36b6
commit 2e8d717607
7 changed files with 3129 additions and 7378 deletions

View File

@@ -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" \