diff options
| author | David Göransson <david.goransson@mullvad.net> | 2025-05-12 15:19:42 +0200 |
|---|---|---|
| committer | David Göransson <david.goransson@mullvad.net> | 2025-05-12 15:19:42 +0200 |
| commit | 2ad8fc73807b978433b2b4706bcd265d1b54b0ed (patch) | |
| tree | e4beba29fa20604cec97b3cfe05c64e6a8d4537a | |
| parent | 64baf404f469ff7ec8f2842663cbf5bb548c7304 (diff) | |
| download | mullvadvpn-2ad8fc73807b978433b2b4706bcd265d1b54b0ed.tar.xz mullvadvpn-2ad8fc73807b978433b2b4706bcd265d1b54b0ed.zip | |
Fix path typo
| -rw-r--r-- | android/gradle/wrapper/UpdateInstructions.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/android/gradle/wrapper/UpdateInstructions.md b/android/gradle/wrapper/UpdateInstructions.md index a66a43d06a..0ccb07c3cf 100644 --- a/android/gradle/wrapper/UpdateInstructions.md +++ b/android/gradle/wrapper/UpdateInstructions.md @@ -10,6 +10,6 @@ ./gradlew wrapper --gradle-version=VERSION --gradle-distribution-sha256-sum SHA256 && ./gradlew wrapper ``` -4. Update the gradle version to the new version in `.github/workflows/android-reproducible-builds.xml`. The steps required to update are: +4. Update the gradle version to the new version in `.github/workflows/android-reproducible-builds.yml`. The steps required to update are: - build-fdroid-app-server/Install gradle - - build-fdroid-app-server/Build app + - build-fdroid-app-server/Build app |
