Merge Reproducible Builds

This commit makes release builds reproducible. This will help folks update the app from F-Droid when it's released there.
This commit is contained in:
Balazs Toldi
2023-10-20 09:31:53 +02:00
parent 908f294130
commit c43ced8b00
5 changed files with 90 additions and 5 deletions

View File

@@ -2,6 +2,7 @@ steps:
build:
image: alvrme/alpine-android:android-33-jdk11
commands:
- apk add --no-cache python3
- ./gradlew :app:assembleRelease
when:
path: [ app/**, build.gradle ]