Skip to content

Commit 46eddfd

Browse files
committed
README and versionName updated
1 parent 90b4b53 commit 46eddfd

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,14 @@ An alternative to [Mapbox offline plugin](https://github.com/mapbox/mapbox-plugi
33

44
## Getting Started
55

6-
This plugin is published to [Bintray's JCenter](https://bintray.com/bintray/jcenter). Include it in your `build.gradle` file with
6+
This plugin is published to [Maven Central](https://mvnrepository.com/).
7+
Include it in your `build.gradle` file with
8+
```gradle
9+
implementation 'io.github.xit0c:mapbox-plugin-offline:3.0.0'
10+
```
11+
12+
Note: older versions (`<= 2.2.4`) were published to Bintray's JCenter before its
13+
[shutdown](https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/) as
714
```gradle
815
implementation 'dev.micheleferretti:mapbox-plugin-offline:2.2.4'
916
```

mapboxpluginoffline/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ android {
1717
minSdkVersion 14
1818
targetSdkVersion 30
1919
versionCode 1
20-
versionName '2.2.4'
20+
versionName '3.0.0'
2121
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2222
archivesBaseName = "$archivesBaseName-$versionName"
2323
}

0 commit comments

Comments
 (0)