diff options
| author | David Göransson <david.goransson@mullvad.net> | 2025-05-12 15:32:19 +0200 |
|---|---|---|
| committer | David Göransson <david.goransson@mullvad.net> | 2025-05-12 15:32:19 +0200 |
| commit | c11f77af7934266aad8197014fa3da7cadb7b96b (patch) | |
| tree | 86a1c1f76ed62dabf0479aff3fa5c31500301f51 /android | |
| parent | 64baf404f469ff7ec8f2842663cbf5bb548c7304 (diff) | |
| parent | 1348f4094e96bffdd81dbcb9195eb541c64314b0 (diff) | |
| download | mullvadvpn-c11f77af7934266aad8197014fa3da7cadb7b96b.tar.xz mullvadvpn-c11f77af7934266aad8197014fa3da7cadb7b96b.zip | |
Merge branch 'fix-update-instructions-typo'
Diffstat (limited to 'android')
| -rw-r--r-- | android/gradle/wrapper/UpdateInstructions.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/android/gradle/wrapper/UpdateInstructions.md b/android/gradle/wrapper/UpdateInstructions.md index a66a43d06a..126c380b47 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: - - build-fdroid-app-server/Install gradle - - build-fdroid-app-server/Build app +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 |
