Skip to content

Commit

Permalink
udpate some dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
westnordost committed Oct 21, 2024
1 parent e7ff0fb commit 0f32348
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ repositories {
dependencies {
val mockitoVersion = "3.12.4"

coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.0.4")
coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:2.1.2")

// tests
testImplementation("org.mockito:mockito-core:$mockitoVersion")
Expand All @@ -129,8 +129,8 @@ dependencies {
implementation("androidx.core:core-ktx:1.13.1")
implementation("androidx.appcompat:appcompat:1.7.0")
implementation("androidx.constraintlayout:constraintlayout:2.1.4")
implementation("androidx.annotation:annotation:1.8.2")
implementation("androidx.fragment:fragment-ktx:1.8.3")
implementation("androidx.annotation:annotation:1.9.0")
implementation("androidx.fragment:fragment-ktx:1.8.4")
implementation("androidx.recyclerview:recyclerview:1.3.2")
implementation("androidx.viewpager:viewpager:1.0.0")
implementation("androidx.localbroadcastmanager:localbroadcastmanager:1.1.0")
Expand All @@ -151,7 +151,7 @@ dependencies {
implementation("androidx.lifecycle:lifecycle-viewmodel-compose:2.8.6")

// reorderable lists (raw Compose API is pretty complicated)
implementation("sh.calvin.reorderable:reorderable:2.4.0-beta01")
implementation("sh.calvin.reorderable:reorderable:2.4.0")

// multiplatform webview (for login via OAuth)
implementation("io.github.kevinnzou:compose-webview-multiplatform-android:1.9.20")
Expand Down Expand Up @@ -184,7 +184,7 @@ dependencies {
// finding in which country we are for country-specific logic
implementation("de.westnordost:countryboundaries:2.1")
// finding a name for a feature without a name tag
implementation("de.westnordost:osmfeatures:6.1")
implementation("de.westnordost:osmfeatures:6.2")

// widgets
implementation("androidx.viewpager2:viewpager2:1.1.0")
Expand All @@ -199,7 +199,7 @@ dependencies {
// serialization
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3")
implementation("com.charleskorn.kaml:kaml:0.61.0")
implementation("io.github.pdvrieze.xmlutil:core:0.90.1")
implementation("io.github.pdvrieze.xmlutil:core:0.90.2")

// map and location
implementation("org.maplibre.gl:android-sdk:11.5.1")
Expand Down
10 changes: 5 additions & 5 deletions buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ repositories {
}

dependencies {
implementation("com.beust:klaxon:5.5")
implementation("com.beust:klaxon:5.6")
implementation("de.westnordost:countryboundaries:2.1")
implementation("com.esotericsoftware.yamlbeans:yamlbeans:1.15")
implementation("org.jsoup:jsoup:1.15.3")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.1")
implementation("com.charleskorn.kaml:kaml:0.60.0")
implementation("com.esotericsoftware.yamlbeans:yamlbeans:1.17")
implementation("org.jsoup:jsoup:1.18.1")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3")
implementation("com.charleskorn.kaml:kaml:0.61.0")
implementation("org.jetbrains:markdown:0.7.3")
}

Expand Down

0 comments on commit 0f32348

Please sign in to comment.