Skip to content

Commit 10dbf4a

Browse files
authored
Next release changes (#348)
1 parent 41098ef commit 10dbf4a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
## Overview
1313

14-
ArcGIS Maps SDK for Kotlin v200.7.0 samples. The `main` branch of this repository contains sample app modules for the latest available version of the [ArcGIS Maps Kotlin SDK](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.
14+
ArcGIS Maps SDK for Kotlin v200.8.0 samples. The `main` branch of this repository contains sample app modules for the latest available version of the [ArcGIS Maps Kotlin SDK](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.
1515

1616
## Prerequisites
1717

Diff for: app/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ android {
2626
}
2727

2828
// Optional input to apply the external signing configuration for the sample viewer
29-
// Example: ./gradlew assembleRelease -PsigningPropsFilePath=absolute-file-path/signing.properties -D build=200.7.0-4432
29+
// Example: ./gradlew assembleRelease -PsigningPropsFilePath=absolute-file-path/signing.properties -D build=200.8.0-4564
3030
val signingPropsFilePath = project.findProperty("signingPropsFilePath").toString()
3131
val signingPropsFile = rootProject.file(signingPropsFilePath)
3232

Diff for: gradle/libs.versions.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22

33
# ArcGIS Maps SDK for Kotlin version
4-
arcgisMapsKotlinVersion = "200.7.0-4549"
4+
arcgisMapsKotlinVersion = "200.8.0-4564"
55

66
### Android versions
77
androidGradlePlugin = "8.7.3"
@@ -35,8 +35,8 @@ junitVersion = "1.2.1"
3535
espressoCore = "3.6.1"
3636

3737
### Application Verions
38-
versionCode = "2007000"
39-
versionName = "200.7.0"
38+
versionCode = "2008000"
39+
versionName = "200.8.0"
4040
minSdk = "26"
4141
targetSdk = "35"
4242

0 commit comments

Comments
 (0)