diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 820100d..ab8452b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,6 @@ stages: - build + - build2 - deploy - release @@ -34,7 +35,7 @@ build arm64 apk: - cp $CI_PROJECT_DIR/bin/browser-$BUILD_VERSION-release.apk /dev/null build arm apk: - stage: build + stage: build2 image: lbry/android-base:latest before_script: - export BUILD_VERSION=$(cat $CI_PROJECT_DIR/src/main/python/main.py | grep --color=never -oP '([0-9]+\.?)+') diff --git a/app b/app index 3861808..4bd26d4 160000 --- a/app +++ b/app @@ -1 +1 @@ -Subproject commit 38618080a1dfee3e58aa4c088a090ee05fde307c +Subproject commit 4bd26d4e2eafe046a18dab23ebe95d7f925e8b20