Skip to content

Commit

Permalink
fix: detox v20.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
limpbrains committed Nov 17, 2023
1 parent 7204cbf commit 32da7c9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions example/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,11 @@ buildscript {
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion")
}
}

allprojects {
repositories {
maven {
url("$rootDir/../node_modules/detox/Detox-android")
}
}
}

0 comments on commit 32da7c9

Please sign in to comment.