Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update version.gradle #143

Merged
merged 2 commits into from
Nov 21, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions version.gradle
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
ext {
// ArcGIS Maps SDK for Kotlin version
arcgisVersion = '200.3.0-3994'
arcgisVersion = '200.3.0-4064'
// ArcGIS Maps SDK for Kotlin Toolkit version
arcgisToolkitVersion = '200.2.0'
arcgisToolkitVersion = '200.3.0-4064'
// SDK versions
compileSdkVersion = 33
minSdkVersion = 26
targetSdkVersion = 33
versionCode = 2002002
versionCode = 2003000
versionName = '200.3.0'
// Kotlin versions
kotlinVersion = '1.8.21'
kotlinVersion = '1.9.10'
ktxLifecycle = '2.5.1'
ktxFragmentsExt = '1.5.4'
ktxActivityExt = '1.6.1'
ktxAndroidCore = '1.9.0'
kotlinCompilerExt = '1.4.7'
ktxFragmentsExt = '1.6.1'
ktxActivityExt = '1.7.2'
ktxAndroidCore = '1.10.1'
kotlinCompilerExt = '1.5.3'
// Compose versions
composeActivityVersion = '1.7.1'
composeBOM = '2023.05.01'
// Library versions
appcompatVersion = '1.5.1'
appcompatVersion = '1.6.1'
constraintLayoutVersion = '2.1.4'
workVersion = '2.7.1'
multidexVersion = '2.0.1'
materialVersion = '1.7.0'
recyclerViewVersion = '1.1.0'
androidBrowserVersion = '1.5.0'
// Plugin versions
gradleVersion = '8.0.0'
gradleVersion = '8.1.1'
// Java version
javaVersion = 1.17
}