Skip to content

Commit bad1235

Browse files
authored
Merge pull request #213 from arkivanov/update-readme-with-Maven-Central
Updated readme with Maven Central
2 parents 4aa2070 + 9d410b1 commit bad1235

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

README.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<img src="https://raw.githubusercontent.com/arkivanov/MVIKotlin/master/docs/media/logo/landscape/png/mvikotlin_coloured.png" height="64">
22

3-
[![Download](https://api.bintray.com/packages/arkivanov/maven/mvikotlin/images/download.svg)](https://bintray.com/arkivanov/maven/mvikotlin/_latestVersion)
3+
[![Maven Central](https://img.shields.io/maven-central/v/com.arkivanov.mvikotlin/mvikotlin?color=blue)](https://search.maven.org/artifact/com.arkivanov.mvikotlin/mvikotlin)
44
[![License](https://img.shields.io/badge/License-Apache/2.0-blue.svg)](https://github.com/arkivanov/MVIKotlin/blob/master/LICENSE)
55
[![kotlinlang|MVIKotlin](https://img.shields.io/badge/kotlinlang-mvikotlin-blue?logo=slack)](https://kotlinlang.slack.com/archives/C01403U1ZGW)
66

@@ -43,16 +43,7 @@ You can find one of the architecture options in the [samples](https://github.com
4343
Recommended minimum Gradle version is 5.3. Please read first the documentation about
4444
[metadata publishing mode](https://kotlinlang.org/docs/reference/building-mpp-with-gradle.html#experimental-metadata-publishing-mode).
4545

46-
MVIKotlin is published to Bintray, the repository is synchronized with JCenter.
47-
Make sure you have the JCenter repository specified in your build.gradle:
48-
49-
```groovy
50-
repositories {
51-
jcenter()
52-
}
53-
```
54-
55-
There are a number of modules published:
46+
There are a number of modules published to Maven Central:
5647
- `mvikotlin` - core interfaces and functionality (multiplatform)
5748
- `mvikotlin-main` - the main module with the default `Store` implementation (mutiplatform)
5849
- `mvikotlin-logging` - logging functionality (mutiplatform)

0 commit comments

Comments
 (0)