Skip to content
This repository was archived by the owner on Nov 19, 2022. It is now read-only.

Commit e4ece75

Browse files
authored
Merge pull request #52 from Foso/patch-1
fix links
2 parents 129f1b0 + f424f45 commit e4ece75

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
# kotlin-material-ui
22
Kotlin Wrapper Library of Material-UI
33

4-
Core: [ ![Download](https://api.bintray.com/packages/subroh0508/maven/Kotlin-Material-UI/images/download.svg) ](https://bintray.com/subroh0508/maven/Kotlin-Material-UI/_latestVersion)
4+
Core: [ ![Download](https://api.bintray.com/packages/subroh0508/maven/Kotlin-Material-UI/images/download.svg) ]( https://search.maven.org/search?q=net.subroh0508.kotlinmaterialui)
55

6-
Lab: [ ![Download](https://api.bintray.com/packages/subroh0508/maven/Kotlin-Material-UI-Lab/images/download.svg) ](https://bintray.com/subroh0508/maven/Kotlin-Material-UI-Lab/_latestVersion)
6+
Lab: [ ![Download](https://api.bintray.com/packages/subroh0508/maven/Kotlin-Material-UI-Lab/images/download.svg) ](https://search.maven.org/search?q=net.subroh0508.kotlinmaterialui)
77

88
## Installation
99

1010
```
1111
repositories {
12-
jcenter()
13-
// or maven { url 'https://dl.bintray.com/subroh0508/maven' }
12+
mavenCentral()
1413
}
1514
1615
dependencies {

0 commit comments

Comments
 (0)