summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorDavid Göransson <david.goransson@mullvad.net>2025-05-23 18:30:42 +0200
committerDavid Göransson <david.goransson@mullvad.net>2025-05-23 18:30:42 +0200
commit705ce9f5cf63dab6d1f43929fae955392df2be75 (patch)
treec67253d04d9e2a96e84b8ba748690c190f6a506a /.github
parente888904127d0d0fc5c60e0c1583e25e9108899e6 (diff)
parentf5151bba69777ad4ceeae6b55358dfbdb9e8d72d (diff)
downloadmullvadvpn-705ce9f5cf63dab6d1f43929fae955392df2be75.tar.xz
mullvadvpn-705ce9f5cf63dab6d1f43929fae955392df2be75.zip
Merge branch 'update-dependencies-droid-2010'
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