File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff 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
815implementation 'dev.micheleferretti:mapbox-plugin-offline:2.2.4'
916```
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments