Skip to content

Commit 5637fb5

Browse files
authored
update README about MavenCentral (#433)
1 parent 399a334 commit 5637fb5

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,19 @@ Optimizely Rollouts is free feature flags for development teams. Easily roll out
1818

1919
The SDK is available through Bintray and is created with source and target compatibility of 1.8. The core-api and httpclient Bintray packages are [optimizely-sdk-core-api](https://bintray.com/optimizely/optimizely/optimizely-sdk-core-api)
2020
and [optimizely-sdk-httpclient](https://bintray.com/optimizely/optimizely/optimizely-sdk-httpclient) respectively. To install, place the
21-
following in your `build.gradle` and substitute `VERSION` for the latest SDK version available via Bintray:
21+
following in your `build.gradle` and substitute `VERSION` for the latest SDK version available via MavenCentral.
22+
23+
---
24+
**NOTE**
25+
26+
[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.8.1 or later. Older versions will be available in JCenter until February 1st, 2022.
27+
28+
---
29+
2230

2331
```
2432
repositories {
33+
mavenCentral()
2534
jcenter()
2635
}
2736

0 commit comments

Comments
 (0)