Skip to content

Commit

Permalink
updated to latest build tag
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham7109 committed Nov 27, 2024
1 parent 88d8cb9 commit a70a036
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ android {
}

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

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]

# ArcGIS Maps SDK for Kotlin version
arcgisMapsKotlinVersion = "200.7.0-4430"
arcgisMapsKotlinVersion = "200.7.0-4432"

### Android versions
androidGradlePlugin = "8.7.1"
Expand Down

0 comments on commit a70a036

Please sign in to comment.