Commit 3b4ffb5
fix(e2e-android): read detox gradle version from node_modules, not a literal
The hardcoded 20.50.1 survived the detox bump; the local Detox-android
maven dir only ships the installed version's artifacts, so gradle fell
through to remote repos and choked on a 404 page as a POM. Resolving
the version from node_modules/detox/package.json makes future bumps a
one-place change. Verified: :app:dependencies resolves com.wix:detox:20.51.4.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent d4843a1 commit 3b4ffb5
2 files changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
113 | 115 | | |
114 | 116 | | |
115 | 117 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
| 152 | + | |
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
| |||
0 commit comments