summaryrefslogtreecommitdiffhomepage
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
parent88a7c903e734a4d6378eef43899393e14f477458 (diff)
downloadmullvadvpn-8444043f50b6fa6a244df28e873c260432bdf5b6.tar.xz
mullvadvpn-8444043f50b6fa6a244df28e873c260432bdf5b6.zip
Update gradle to 8.14.1
-rw-r--r--.github/workflows/android-reproducible-builds.yml6
-rw-r--r--android/gradle/wrapper/gradle-wrapper.properties4
2 files changed, 5 insertions, 5 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
diff --git a/android/gradle/wrapper/gradle-wrapper.properties b/android/gradle/wrapper/gradle-wrapper.properties
index 247cf2a9f5..9128c7d428 100644
--- a/android/gradle/wrapper/gradle-wrapper.properties
+++ b/android/gradle/wrapper/gradle-wrapper.properties
@@ -1,7 +1,7 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
-distributionSha256Sum=61ad310d3c7d3e5da131b76bbf22b5a4c0786e9d892dae8c1658d4b484de3caa
-distributionUrl=https\://services.gradle.org/distributions/gradle-8.14-bin.zip
+distributionSha256Sum=845952a9d6afa783db70bb3b0effaae45ae5542ca2bb7929619e8af49cb634cf
+distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME