summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorDavid Göransson <david.goransson@mullvad.net>2025-05-22 17:22:27 +0200
committerDavid Göransson <david.goransson@mullvad.net>2025-05-23 18:30:20 +0200
commit8444043f50b6fa6a244df28e873c260432bdf5b6 (patch)
treec7dd5f90ff09c877dc7f6038c11b65d9c99a0836 /.github
parent88a7c903e734a4d6378eef43899393e14f477458 (diff)
downloadmullvadvpn-8444043f50b6fa6a244df28e873c260432bdf5b6.tar.xz
mullvadvpn-8444043f50b6fa6a244df28e873c260432bdf5b6.zip
Update gradle to 8.14.1
Diffstat (limited to '.github')
-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 1049b78b0f..de5522308d 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.14-bin.zip https\://services.gradle.org/distributions/gradle-8.14-bin.zip
- unzip -d /opt/gradle /opt/gradle/gradle-8.14-bin.zip
+ curl -sfLo /opt/gradle/gradle-8.14.1-bin.zip https\://services.gradle.org/distributions/gradle-8.14.1-bin.zip
+ unzip -d /opt/gradle /opt/gradle/gradle-8.14.1-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.14/bin
+ export PATH=$PATH:/opt/gradle/gradle-8.14.1/bin
fdroid build net.mullvad.mullvadvpn:1
- name: Upload apks