Commit a96cf17
[Android] Do not set explicit versions in
## Description
Gesture Handler loads specific Kotlin version during build. This is
unnecessary and may cause build warnings, such as one described in
#2307.
This PR removes pinning of specific kotlin/gradle versions when Gesture
Handler is not root project, so we fallback to the ones declared by the
root. Unfortunately we can't simply remove those lines, as `spotless`
would fail.
Fixes #2307
## Test plan
Tested that android build correctly in basic-example, expo-example and
standalone app.
---------
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>build.gradle (#4248)1 parent 510b066 commit a96cf17
3 files changed
Lines changed: 7 additions & 16 deletions
File tree
- packages
- docs-gesture-handler/docs/fundamentals
- react-native-gesture-handler/android
Lines changed: 0 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | 94 | | |
105 | 95 | | |
106 | 96 | | |
| |||
Lines changed: 6 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | 5 | | |
8 | 6 | | |
9 | 7 | | |
10 | 8 | | |
11 | 9 | | |
12 | 10 | | |
13 | | - | |
14 | | - | |
15 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
0 commit comments