Skip to content

Commit

Permalink
Samples Post Release Tasks (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham7109 authored Dec 14, 2023
1 parent b18ab3b commit 11d57e0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Overview

ArcGIS Maps SDK for Kotlin v200.2.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.
ArcGIS Maps SDK for Kotlin v200.4.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

Expand Down
14 changes: 7 additions & 7 deletions version.gradle
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
ext {
// ArcGIS Maps SDK for Kotlin version
arcgisVersion = '200.3.0-4075'
arcgisVersion = '200.4.0-4085'
// ArcGIS Maps SDK for Kotlin Toolkit version
arcgisToolkitVersion = '200.3.0-4075'
arcgisToolkitVersion = '200.4.0-4085'
// SDK versions
compileSdkVersion = 33
compileSdkVersion = 34
minSdkVersion = 26
targetSdkVersion = 33
versionCode = 2003000
versionName = '200.3.0'
targetSdkVersion = 34
versionCode = 2004000
versionName = '200.4.0'
// Kotlin versions
kotlinVersion = '1.9.10'
ktxLifecycle = '2.5.1'
Expand All @@ -18,7 +18,7 @@ ext {
kotlinCompilerExt = '1.5.3'
// Compose versions
composeActivityVersion = '1.7.1'
composeBOM = '2023.05.01'
composeBOM = '2023.10.01'
// Library versions
appcompatVersion = '1.6.1'
constraintLayoutVersion = '2.1.4'
Expand Down

0 comments on commit 11d57e0

Please sign in to comment.