File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22All notable changes to this project will be documented in this file.
33
4+ ## [ 1.1.1] ( https://github.com/maptiler/maptiler-sdk-kotlin/releases/tag/1.1.1 )
5+ Released on 2025-11-10.
6+ ### Fixed
7+ - GeoJSON parsing now works with json strings as well as remote URL.
8+
49## [ 1.1.0] ( https://github.com/maptiler/maptiler-sdk-kotlin/releases/tag/1.1.0 )
510Released on 2025-10-20.
611### Added
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ tasks.preBuild {
3636
3737// Library coordinates
3838group = " com.maptiler"
39- version = " 1.1.0 "
39+ version = " 1.1.1 "
4040
4141android {
4242 namespace = " com.maptiler.maptilersdk"
Original file line number Diff line number Diff line change @@ -354,14 +354,14 @@ MapTiler Kotlin SDK is a Kotlin library and can be added as a dependency in your
354354
355355``` kotlin
356356dependencies {
357- implementation(" com.maptiler:maptiler-sdk-kotlin:1.1.0 " )
357+ implementation(" com.maptiler:maptiler-sdk-kotlin:1.1.1 " )
358358}
359359```
360360
361361Or, use Version Catalog instead, add following to the libs.versions.toml:
362362
363363``` kotlin
364- maptilerSdkKotlin = " 1.1.0 "
364+ maptilerSdkKotlin = " 1.1.1 "
365365
366366maptiler- sdk- kotlin = { module = " com.maptiler:maptiler-sdk-kotlin" , version.ref = " maptilerSdkKotlin" }
367367```
You can’t perform that action at this time.
0 commit comments