From 400d4f71b28ad82517f5f88846302c6a80a9f9d7 Mon Sep 17 00:00:00 2001 From: Shubham Sharma Date: Wed, 14 Dec 2022 11:54:37 -0800 Subject: [PATCH 1/3] update v.next for next release --- settings.gradle | 1 + version.gradle | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/settings.gradle b/settings.gradle index 71a54f2df..1850bd4ae 100644 --- a/settings.gradle +++ b/settings.gradle @@ -11,6 +11,7 @@ dependencyResolutionManagement { google() mavenCentral() maven { url 'https://esri.jfrog.io/artifactory/arcgis' } + maven { url 'https://olympus.esri.com/artifactory/arcgisruntime-repo/' } } } diff --git a/version.gradle b/version.gradle index 82f2540d3..dcd2367da 100644 --- a/version.gradle +++ b/version.gradle @@ -12,7 +12,7 @@ ext { appcompatVersion = '1.3.0' constraintLayoutVersion = '2.1.4' multidexVersion = '2.0.1' - arcgisVersion = '200.0.0-beta01' + arcgisVersion = '200.1.0-3723' materialVersion = '1.6.1' recyclerViewVersion = '1.1.0' // plugin versions From 1b7d5d3a82b81f49b358323d4ba327e7e5fa3dab Mon Sep 17 00:00:00 2001 From: Shubham Sharma Date: Fri, 16 Dec 2022 17:12:00 -0800 Subject: [PATCH 2/3] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fe0232186..b0019ad0e 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # ArcGIS Maps SDK Kotlin Samples # Overview -ArcGIS Maps SDK Kotlin for Android v200.0.0 samples. The `main` branch of this repository contains sample app modules for the latest available version of the [ArcGIS Maps SDK Android Kotlin](https://developers.arcgis.com/android/). Samples released under older versions can be found through the [git tags](https://github.com/Esri/arcgis-maps-sdk-kotlin-samples/tags). Please read our [wiki](https://github.com/Esri/arcgis-maps-sdk-kotlin-samples/wiki) for help with working with this repository. +ArcGIS Maps SDK for Kotlin v200.0.0 samples. The `main` branch of this repository contains sample app modules for the latest available version of the [ArcGIS Maps SDK Android Kotlin](https://developers.arcgis.com/kotlin/). Samples released under older versions can be found through the [git tags](https://github.com/Esri/arcgis-maps-sdk-kotlin-samples/tags). Please read our [wiki](https://github.com/Esri/arcgis-maps-sdk-kotlin-samples/wiki) for help with working with this repository. # Prerequisites * The samples are building with `compileSdkVersion 33` * [Android Studio](http://developer.android.com/sdk/index.html) -* [An ArcGIS Developers API key](https://developers.arcgis.com/android/get-started/#3-get-an-api-key) +* [An ArcGIS Developers API key](https://developers.arcgis.com/kotlin/get-started/#3-get-an-api-key) ## Developer Instructions Please read our [developer instructions wiki page](https://github.com/Esri/arcgis-maps-sdk-kotlin-samples/wiki/dev-instructions) to set up your developer environment with Android Studio. Instructions include forking and cloning the repository for those new to Git. @@ -47,7 +47,7 @@ Built APK's are saved to **arcgis-maps-sdk-kotlin-samples/[module-name]/build/ou ## Issues -Have a question about functionality in the ArcGIS Maps SDK Kotlin Samples? Want to ask other users for development advice, discuss a workflow, ask Esri staff and other users about bugs in the API? Use [GeoNet](https://community.esri.com/t5/arcgis-runtime-sdk-for-android/bd-p/arcgis-runtime-sdk-for-android-questions) for any general questions like this, so others can learn from and contribute to the discussion. +Have a question about functionality in the ArcGIS Maps SDK Kotlin Samples? Want to ask other users for development advice, discuss a workflow, ask Esri staff and other users about bugs in the API? Use [GeoNet](https://community.esri.com/t5/kotlin-maps-sdk-questions/bd-p/kotlin-maps-sdk-questions) for any general questions like this, so others can learn from and contribute to the discussion. Do you have something to [contribute](.github/CONTRIBUTING.md)? Send a pull request! New Samples, bug fixes and documentation fixes are welcome. @@ -62,7 +62,7 @@ Anyone and everyone is welcome to [contribute](.github/CONTRIBUTING.md). We do a 3. Contribute Code 4. Improve Documentation -Please see our [guidelines for contributing doc](https://github.com/Esri/contributing/blob/main/README.md) +Please see our [guidelines for contributing doc](https://github.com/Esri/contributing/blob/master/README.md) ## Licensing Copyright 2022 Esri From 4e68cb68d1a10ec6a39d213006c11513dfcc009f Mon Sep 17 00:00:00 2001 From: Shubham Sharma Date: Fri, 16 Dec 2022 17:16:21 -0800 Subject: [PATCH 3/3] update gradle for main branch --- settings.gradle | 1 - version.gradle | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/settings.gradle b/settings.gradle index 1850bd4ae..71a54f2df 100644 --- a/settings.gradle +++ b/settings.gradle @@ -11,7 +11,6 @@ dependencyResolutionManagement { google() mavenCentral() maven { url 'https://esri.jfrog.io/artifactory/arcgis' } - maven { url 'https://olympus.esri.com/artifactory/arcgisruntime-repo/' } } } diff --git a/version.gradle b/version.gradle index dcd2367da..82f2540d3 100644 --- a/version.gradle +++ b/version.gradle @@ -12,7 +12,7 @@ ext { appcompatVersion = '1.3.0' constraintLayoutVersion = '2.1.4' multidexVersion = '2.0.1' - arcgisVersion = '200.1.0-3723' + arcgisVersion = '200.0.0-beta01' materialVersion = '1.6.1' recyclerViewVersion = '1.1.0' // plugin versions