Skip to content
Snippets Groups Projects
Commit 4a43edd2 authored by Andri Joos's avatar Andri Joos :blush:
Browse files

Merge branch 'fix_flutter'

parents 366c1cf6 9a0e617a
No related branches found
No related tags found
No related merge requests found
......@@ -15,9 +15,10 @@ stages:
variables:
SIGNING_PROPERTIES_FILE: android/signing.properties
SINGING_KEYSTORE_FILE: android/signing-keystore.jks
FLUTTER_ANDROID_IMAGE: registry.420joos.dev/flutter:3.19.0-android
FLUTTER_ANDROID_IMAGE: andrijoos/flutter:3.24.5-android
BUNDLETOOL_IMAGE: andrijoos/bundletool
android_build:
android:
stage: build
image:
name: ${FLUTTER_ANDROID_IMAGE}
......@@ -39,16 +40,16 @@ android_build:
after_script:
- mv ${APP_DIRECTORY}/build/app/outputs/bundle/release/app-release.aab ./{APP_NAME}.aab
apks:
.build_universal_apk:
stage: build
image:
name: ${FLUTTER_ANDROID_IMAGE}
name: ${BUNDLETOOL_IMAGE}
pull_policy: always
tags:
- amd64
when: manual
needs:
- android_build
- android
artifacts:
paths:
- ${APP_NAME}_${APPLICATION_VERSION}.apk
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment