summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorJonatan Rhodin <jonatan.rhodin@mullvad.net>2025-05-12 09:17:28 +0200
committerJonatan Rhodin <jonatan.rhodin@mullvad.net>2025-05-12 13:38:29 +0200
commit620a621b21052f7b0d124cc7db1a6c01db31ed2e (patch)
tree71de50950f04f46016761d76b6c03b260394cd24 /.github/workflows
parent3c0d512c691dc2506ff90c5b68c0af3c4ca6a712 (diff)
downloadmullvadvpn-620a621b21052f7b0d124cc7db1a6c01db31ed2e.tar.xz
mullvadvpn-620a621b21052f7b0d124cc7db1a6c01db31ed2e.zip
Update gradle version in reproducible build workflow
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/android-reproducible-builds.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/android-reproducible-builds.yml b/.github/workflows/android-reproducible-builds.yml
index f1f7568cc7..1049b78b0f 100644
--- a/.github/workflows/android-reproducible-builds.yml
+++ b/.github/workflows/android-reproducible-builds.yml
@@ -82,8 +82,8 @@ jobs:
run: |
sudo apt-get -y remove gradle
mkdir /opt/gradle
- curl -sfLo /opt/gradle/gradle-8.13-bin.zip https\://services.gradle.org/distributions/gradle-8.13-bin.zip
- unzip -d /opt/gradle /opt/gradle/gradle-8.13-bin.zip
+ curl -sfLo /opt/gradle/gradle-8.14-bin.zip https\://services.gradle.org/distributions/gradle-8.14-bin.zip
+ unzip -d /opt/gradle /opt/gradle/gradle-8.14-bin.zip
# These are equivalent to the sudo section of the metadata file
- name: Install dependencies
@@ -105,7 +105,7 @@ jobs:
- name: Build app
run: |
- export PATH=$PATH:/opt/gradle/gradle-8.13/bin
+ export PATH=$PATH:/opt/gradle/gradle-8.14/bin
fdroid build net.mullvad.mullvadvpn:1
- name: Upload apks