Skip to content

Commit 9b4e4fc

Browse files
committed
Fix gradle vs wrapper version mismatch and missing distributionSha256Sum
by running ``` ./gradlew wrapper --gradle-version 7.5 \ --gradle-distribution-sha256-sum cb87f222c5585bd46838ad4db78463a5c5f3d336e5e2b98dc7c0c586527351c2 ``` as suggested by F-Droid Bot <https://gitlab.com/fdroid/fdroiddata/-/merge_requests/13110>.
1 parent a2af447 commit 9b4e4fc

5 files changed

Lines changed: 218 additions & 136 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,19 @@
33

44
## [Unreleased]
55

6+
### User
7+
68
- Stopped ordinary keys (digits and punctuation) committing first candidate.
79
Now only space bar, enter, and the candidate buttons themselves
810
will commit a candidate
911
- Increased candidates bar height by 5%
1012
- Increased gutter height under candidates bar from 1px to 4dp
1113
- Made candidate button text/background colours swap on press
14+
15+
### Developer
16+
17+
- Fixed gradle vs wrapper version mismatch
18+
- Fixed missing gradle `distributionSha256Sum`
1219
- Removed trailing whitespace in source Java files
1320

1421

gradle/wrapper/gradle-wrapper.jar

6.28 KB
Binary file not shown.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Sun Jun 13 23:07:00 AWST 2021
21
distributionBase=GRADLE_USER_HOME
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip
42
distributionPath=wrapper/dists
5-
zipStorePath=wrapper/dists
3+
distributionSha256Sum=cb87f222c5585bd46838ad4db78463a5c5f3d336e5e2b98dc7c0c586527351c2
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip
65
zipStoreBase=GRADLE_USER_HOME
6+
zipStorePath=wrapper/dists

gradlew

Lines changed: 177 additions & 109 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)