Skip to content

Commit 2927e09

Browse files
authored
Update withDetoxProjectGradle.ts (#267)
1 parent ec4f114 commit 2927e09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/detox/src/withDetoxProjectGradle.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { ConfigPlugin, withProjectBuildGradle } from "expo/config-plugins";
77

88
// Because we need the package to be added AFTER the React and Google maven packages, we create a new allprojects.
99
// It's ok to have multiple allprojects.repositories, so we create a new one since it's cheaper than tokenizing
10-
// the existing block to find the correct place to insert our camera maven.
10+
// the existing block to find the correct place to insert our detox maven.
1111
const gradleMaven = [
1212
`def detoxMavenPath = new File(["node", "--print", "require.resolve('detox/package.json')"].execute(null, rootDir).text.trim(), "../Detox-android")`,
1313
`allprojects { repositories { maven { url(detoxMavenPath) } } }`,

0 commit comments

Comments
 (0)