Use fdroid target
This commit is contained in:
parent
e480230f27
commit
db299383c8
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ cache:
|
||||||
buildRelease:
|
buildRelease:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- ./gradlew :assembleRelease
|
- ./gradlew assembleFdroid
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- sample/build/outputs/apk/release/
|
- app/build/outputs/apk/fdroid/release
|
||||||
|
|
Loading…
Reference in a new issue