Skip to content

Commit 90c3d9d

Browse files
authored
Update README.md (#77)
1 parent ea52a6b commit 90c3d9d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@ feature flagging and experimentation for Eppo customers. An API key is required
1111
dependencies {
1212
implementation 'cloud.eppo:android-sdk:3.2.0'
1313
}
14+
15+
dependencyResolutionManagement {
16+
repositories {
17+
maven {
18+
url "https://s01.oss.sonatype.org/content/repositories/snapshots/"
19+
}
20+
}
21+
}
1422
```
1523
Snapshots of the development version are available in [Sonatype's snapshots repository](https://s01.oss.sonatype.org/content/repositories/snapshots/).
1624

0 commit comments

Comments
 (0)