app head: yet more fixes.
This commit is contained in:
parent
03addf41c7
commit
4a6b091496
2 changed files with 3 additions and 2 deletions
|
@ -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]+\.?)+')
|
||||
|
|
2
app
2
app
|
@ -1 +1 @@
|
|||
Subproject commit 38618080a1dfee3e58aa4c088a090ee05fde307c
|
||||
Subproject commit 4bd26d4e2eafe046a18dab23ebe95d7f925e8b20
|
Loading…
Reference in a new issue