Skip to content

Commit d2ab6fc

Browse files
authored
update README about MavenCentral (#369)
1 parent 15a1a56 commit d2ab6fc

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,17 @@ up an Optimizely X project and start using the SDK.
2222
### Installing the SDK
2323
To add the android-sdk and all modules to your project, include the following in your app's `build.gradle`:
2424

25+
---
26+
**NOTE**
27+
28+
[Bintray/JCenter will be shut down](https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/). The publish repository has been migrated to MavenCentral for the SDK version 3.10.1 or later. Older versions will be available in JCenter until February 1st, 2022.
29+
30+
---
31+
32+
2533
```
2634
repositories {
35+
mavenCentral()
2736
jcenter()
2837
}
2938

0 commit comments

Comments
 (0)