Skip to content

Commit

Permalink
Update android compiling dependency (#4699)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregoirevda authored Feb 3, 2025
1 parent 2970e5f commit da7cea5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
```diff title="android/app/build.gradle"
dependencies {
// ...
- androidTestImplementation('com.wix:detox:+')
+ androidTestImplementation(project(path: ":detox"))
}
```
Expand Down

0 comments on commit da7cea5

Please sign in to comment.