Skip to content

Commit b3399a2

Browse files
authored
Fixes link to Android migration guide (Baseflow#91)
* Fixes link to Android migration guide * Update version information
1 parent 24332e9 commit b3399a2

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

geocoding/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.0.4
2+
3+
- Fixes link to the Android migration guide in README.
4+
15
## 2.0.3
26

37
- Upgrades `compileSdkVersion` to `31` on Android.

geocoding/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ To use this plugin, please follow the installation guide on the [official geocod
3737
> ...
3838
>}
3939
>```
40-
>3. Make sure you replace all the `android.` dependencies to their AndroidX counterparts (a full list can be found here: https://developer.android.com/jetpack/androidx/migrate).
40+
>3. Make sure you replace all the `android.` dependencies to their AndroidX counterparts (a full list can be found [Android migration guide](https://developer.android.com/jetpack/androidx/migrate)).
4141
4242
## API
4343

geocoding/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: geocoding
22
description: A Flutter Geocoding plugin which provides easy geocoding and reverse-geocoding features.
3-
version: 2.0.3
3+
version: 2.0.4
44
homepage: https://github.com/baseflow/flutter-geocoding/tree/master/geocoding
55

66
environment:

0 commit comments

Comments
 (0)