File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -48,8 +48,10 @@ RUN yarn prepare-prod-build \
4848 && yarn ionic build --prod \
4949 && yarn cap sync android \
5050 && echo y | sdkmanager --sdk_root=${ANDROID_SDK_ROOT} --update \
51+ && echo y | sdkmanager --sdk_root=${ANDROID_SDK_ROOT} "build-tools;35.0.0" "platforms;android-35" \
5152 && /app/android/gradlew --project-dir /app/android clean \
5253 && /app/android/gradlew --project-dir /app/android build \
54+ && ls -R /app/android/app/build/outputs/apk/ \
5355 && cp /app/android/app/build/outputs/apk/release/app-release-unsigned.apk android-release-unsigned.apk \
5456 && cp android-release-unsigned.apk android-debug.apk \
5557 && cp /app/android/app/build/outputs/apk/appium/app-appium-unsigned.apk android-appium-unsigned.apk \
You can’t perform that action at this time.
0 commit comments