Skip to content

Commit 445c4c2

Browse files
committed
README updated
1 parent f8f5d0c commit 445c4c2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
# mapbox-plugin-offline
2-
An alternative to [Mapbox offline plugin](https://github.com/mapbox/mapbox-plugins-android/tree/master/plugin-offline) for Android, written in [Kotlin](https://kotlinlang.org/).
3-
Generated docs available [here](https://xit0c.github.io/mapbox-plugin-offline/).
2+
An alternative to [Mapbox offline plugin](https://github.com/mapbox/mapbox-plugins-android/tree/master/plugin-offline) for Android, written in [Kotlin](https://kotlinlang.org).
3+
Generated docs available [here](https://xit0c.github.io/mapbox-plugin-offline).
44

55
## Getting Started
66

7-
This plugin is published to [Maven Central](https://mvnrepository.com/).
7+
This plugin is published to [Maven Central](https://search.maven.org/artifact/io.github.xit0c/mapbox-plugin-offline).
88
Include it in your `build.gradle` file with
99
```gradle
1010
implementation 'io.github.xit0c:mapbox-plugin-offline:3.0.0'
1111
```
1212

13-
Note: older versions (`<= 2.2.4`) were published to Bintray's JCenter before its
14-
[shutdown](https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/) as
13+
Note: older versions (`<= 2.2.3`) were published to Bintray's JCenter before its
14+
[shutdown](https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter) as
1515
```gradle
16-
implementation 'dev.micheleferretti:mapbox-plugin-offline:2.2.4'
16+
implementation 'dev.micheleferretti:mapbox-plugin-offline:2.2.3'
1717
```
1818

1919
## Usage

0 commit comments

Comments
 (0)