Files
loongoffice/android/source/gradle/wrapper/gradle-wrapper.jar
Michael Weghorn 4a0dc0d63a android: Update gradle wrapper to 7.4
Commit the result of running

    ./gradlew wrapper --distribution-type all --gradle-version 7.4

from within the `android/source` directory as described at [1].

Double-check that the sha256sum of the jar file matches what is listed on the
website [2] for v7.4:

    $ sha256sum gradle/wrapper/gradle-wrapper.jar
    575098db54a998ff1c6770b352c3b16766c09848bee7555dab09afc34e8cf590  gradle/wrapper/gradle-wrapper.jar

(Interestingly, the sha256sum of the gradle-wrapper.jar
used so far, e2b82129ab64751fd40437007bd2f7f2afb3c6e41a9198e628650b22d5824a14,
is not the one of any listed versions there, which is what
the F-Droid bot marked as error in a MR to update LibreOffice Viewer [3]).

[1] https://docs.gradle.org/current/userguide/gradle_wrapper.html#sec:upgrading_wrapper
[2] https://gradle.org/release-checksums/
[3] https://gitlab.com/fdroid/fdroiddata/-/merge_requests/12380#note_1229239229

Change-Id: I3f466061aba55c5704fe251eee7e8c73f7d316aa
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145098
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
2023-01-06 09:06:28 +00:00

58 KiB