Use minifiedRelease build in pipeline

This commit is contained in:
Balazs Toldi 2023-07-29 22:05:08 +02:00
parent bb5c82aa60
commit c1f8f5a681
No known key found for this signature in database
GPG Key ID: 6C7D440036F99D58

View File

@ -2,7 +2,7 @@ pipeline:
build:
image: alvrme/alpine-android:android-33-jdk11
commands:
- ./gradlew :app:assembleRelease
- ./gradlew :app:assembleminifiedRelease
when:
path: [ app/**, build.gradle ]
sign: