Skip to content

Commit 05f24cd

Browse files
committed
temp: add dream11 maven repo
1 parent d8cad7d commit 05f24cd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

examples/default/android/build.gradle

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,13 @@ allprojects {
2727
maven {
2828
url("$rootDir/../node_modules/detox/Detox-android")
2929
}
30+
31+
maven {
32+
credentials {
33+
username System.getenv("DREAM11_MAVEN_USERNAME")
34+
password System.getenv("DREAM11_MAVEN_PASSWORD")
35+
}
36+
url "https://mvn.instabug.com/nexus/repository/dream-11"
37+
}
3038
}
3139
}

0 commit comments

Comments
 (0)