We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec4f114 commit 2927e09Copy full SHA for 2927e09
packages/detox/src/withDetoxProjectGradle.ts
@@ -7,7 +7,7 @@ import { ConfigPlugin, withProjectBuildGradle } from "expo/config-plugins";
7
8
// Because we need the package to be added AFTER the React and Google maven packages, we create a new allprojects.
9
// 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.
+// the existing block to find the correct place to insert our detox maven.
11
const gradleMaven = [
12
`def detoxMavenPath = new File(["node", "--print", "require.resolve('detox/package.json')"].execute(null, rootDir).text.trim(), "../Detox-android")`,
13
`allprojects { repositories { maven { url(detoxMavenPath) } } }`,
0 commit comments