Skip to content

Commit

Permalink
detox
Browse files Browse the repository at this point in the history
  • Loading branch information
namidan committed Jul 23, 2024
1 parent 3938392 commit 9aa1d2d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/Basic/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ allprojects {
google()
mavenCentral()
maven { url 'https://jitpack.io' }
maven {
url("$rootDir/../node_modules/detox/Detox-android")
}
maven { url("https://packages.namiml.com/NamiSDK/Amazon/") }
maven { url("https://packages.namiml.com/NamiSDK/Android/") }
}
Expand Down

0 comments on commit 9aa1d2d

Please sign in to comment.