Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
westnordost committed Jun 4, 2023
1 parent d8c30f4 commit 7115b73
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle.kts
Expand Up @@ -130,7 +130,7 @@ dependencies {

// Android stuff
implementation("com.google.android.material:material:1.6.1")
implementation("androidx.core:core-ktx:1.10.0")
implementation("androidx.core:core-ktx:1.10.1")
implementation("androidx.appcompat:appcompat:1.6.1")
implementation("androidx.constraintlayout:constraintlayout:2.1.4")
implementation("androidx.annotation:annotation:1.6.0")
Expand All @@ -152,7 +152,7 @@ dependencies {
api("org.jetbrains.kotlinx:kotlinx-datetime:0.4.0")

// scheduling background jobs
implementation("androidx.work:work-runtime:2.7.1")
implementation("androidx.work:work-runtime:2.8.1")

// finding in which country we are for country-specific logic
implementation("de.westnordost:countryboundaries:2.1")
Expand All @@ -179,7 +179,7 @@ dependencies {
implementation("com.google.zxing:core:3.5.0")

// serialization
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.0")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.1")
implementation("com.charleskorn.kaml:kaml:0.48.0")

// map and location
Expand All @@ -202,7 +202,7 @@ val bcp47ExportLanguages = setOf(
)

// see https://github.com/osmlab/name-suggestion-index/tags for latest version
val nsiVersion = "v6.0.20230508"
val nsiVersion = "v6.0.20230529"
// see https://github.com/openstreetmap/id-tagging-schema/releases for latest version
val presetsVersion = "v6.2.0"

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Expand Up @@ -4,7 +4,7 @@ buildscript {
mavenCentral()
}
dependencies {
val kotlinVersion = "1.8.0"
val kotlinVersion = "1.8.21"
classpath("com.android.tools.build:gradle:7.4.2")
classpath(kotlin("gradle-plugin", version = kotlinVersion))
}
Expand Down
4 changes: 2 additions & 2 deletions buildSrc/build.gradle.kts
Expand Up @@ -5,9 +5,9 @@ repositories {

dependencies {
implementation("com.beust:klaxon:5.5")
implementation("de.westnordost:countryboundaries:1.6")
implementation("de.westnordost:countryboundaries:2.1")
implementation("com.esotericsoftware.yamlbeans:yamlbeans:1.15")
implementation("org.jsoup:jsoup:1.14.3")
implementation("org.jsoup:jsoup:1.15.3")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.2")
implementation("com.charleskorn.kaml:kaml:0.42.0")
}
Expand Down

0 comments on commit 7115b73

Please sign in to comment.