From 27a01ca8e76b7d673b151a7bf9955d7515d337cb Mon Sep 17 00:00:00 2001 From: Puneet Prakash Date: Tue, 18 Nov 2025 15:54:48 -0800 Subject: [PATCH 1/2] Update toolkit version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 72663ae35..1cc95be75 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ repositories { The *ArcGIS Maps SDK for Kotlin Toolkit* is released with a "bill of materials" (`BOM`). The releasable BOM is versioned and represents a set of versions of the toolkit components which are compatible with one another. You may specify dependencies as follows ``` -implementation(platform("com.esri:arcgis-maps-kotlin-toolkit-bom:200.8.0")) +implementation(platform("com.esri:arcgis-maps-kotlin-toolkit-bom:300.0.0")) implementation("com.esri:arcgis-maps-kotlin-toolkit-authentication") implementation("com.esri:arcgis-maps-kotlin-toolkit-basemapgallery") implementation("com.esri:arcgis-maps-kotlin-toolkit-compass") From 4f1bd0069758f1c94633da35d4e9ea23a0e2e607 Mon Sep 17 00:00:00 2001 From: Puneet Prakash Date: Wed, 19 Nov 2025 08:36:28 -0800 Subject: [PATCH 2/2] update doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1cc95be75..c71b7e94e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ArcGIS Maps SDK for Kotlin Toolkit -The ArcGIS Maps SDK for Kotlin Toolkit contains components that will simplify your Kotlin app development. It is built off of the new ArcGIS Maps SDK for Kotlin. +The ArcGIS Maps SDK for Kotlin Toolkit contains components that will simplify your Kotlin app development. It is built off of the ArcGIS Maps SDK for Kotlin. ## Toolkit Components