Skip to content

Commit ca2360f

Browse files
committed
Kotlin and Mapbox updated
1 parent 2ea30d7 commit ca2360f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

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

66
This plugin is published to [Bintray's JCenter](https://bintray.com/bintray/jcenter). Include it in your `build.gradle` file with
77
```gradle
8-
implementation 'dev.micheleferretti:mapbox-plugin-offline:2.2.0'
8+
implementation 'dev.micheleferretti:mapbox-plugin-offline:2.2.1'
99
```
1010

1111
## Usage

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ buildscript {
55
androidx_test_espresso_version = '3.3.0'
66
androidx_test_junit_version = '1.1.2'
77
junit_version = '4.12'
8-
kotlin_version = '1.4.0'
9-
mapbox_version = '9.4.0'
8+
kotlin_version = '1.4.10'
9+
mapbox_version = '9.5.0'
1010

1111
File secretPropsFile = file('secret.properties')
1212
Properties secretProps = new Properties()

mapboxpluginoffline/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ android {
1616
minSdkVersion 14
1717
targetSdkVersion 29
1818
versionCode 1
19-
versionName '2.2.0'
19+
versionName '2.2.1'
2020
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
2121
archivesBaseName = "$archivesBaseName-$versionName"
2222
}

0 commit comments

Comments
 (0)