Revert "Use minifiedRelease build in pipeline"

This reverts commit c1f8f5a681.
This commit is contained in:
Balazs Toldi 2023-07-30 08:28:37 +02:00
parent 233fc38c23
commit 2bb1189e15
No known key found for this signature in database
GPG Key ID: 6C7D440036F99D58

View File

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