File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Generated docs available [here](https://xit0c.github.io/mapbox-plugin-offline).
77This plugin is published to [ Maven Central] ( https://search.maven.org/artifact/io.github.xit0c/mapbox-plugin-offline ) .
88Include it in your ` build.gradle ` file with
99``` gradle
10- implementation 'io.github.xit0c:mapbox-plugin-offline:3.0.0 '
10+ implementation 'io.github.xit0c:mapbox-plugin-offline:3.0.1 '
1111```
1212
1313Note: older versions (` <= 2.2.3 ` ) were published to Bintray's JCenter before its
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 ' 3.0.0 '
20+ versionName ' 3.0.1 '
2121 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
2222 archivesBaseName = " $archivesBaseName -$versionName "
2323 }
You can’t perform that action at this time.
0 commit comments