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 ea52a6b commit 90c3d9dCopy full SHA for 90c3d9d
README.md
@@ -11,6 +11,14 @@ feature flagging and experimentation for Eppo customers. An API key is required
11
dependencies {
12
implementation 'cloud.eppo:android-sdk:3.2.0'
13
}
14
+
15
+dependencyResolutionManagement {
16
+ repositories {
17
+ maven {
18
+ url "https://s01.oss.sonatype.org/content/repositories/snapshots/"
19
+ }
20
21
+}
22
```
23
Snapshots of the development version are available in [Sonatype's snapshots repository](https://s01.oss.sonatype.org/content/repositories/snapshots/).
24
0 commit comments