Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
Switch to Kotlin 1.9.0
  • Loading branch information
geolives-contact committed Mar 7, 2024
1 parent 7e6f5bc commit abd7fc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
]

version = [
mapLibreAndroidSdk : '10.0.2',
mapLibreAndroidSdk : '11.0.0-pre3',
mapLibreJava : '5.9.0',
mapLibreTurf : '5.9.0',
playLocation : '16.0.0',
Expand All @@ -33,7 +33,7 @@
pluginVersion = [
checkstyle: '8.10.1',
gradle : '7.4.0',
kotlin : '1.8.10',
kotlin : '1.9.0',
dokka : '0.9.17',
kotlinLint: '8.1.0',
gradleNexus: "1.1.0"
Expand Down

0 comments on commit abd7fc5

Please sign in to comment.