From 28f7dbca312bf212d15d62b69b3e99d53adab70d Mon Sep 17 00:00:00 2001 From: Janne Mareike Koschinski <mail@justjanne.de> Date: Fri, 22 Nov 2024 19:01:18 +0100 Subject: [PATCH] chore: update dependencies --- .../kotlin/AndroidApplicationConvention.kt | 6 +-- gradle/libs.versions.toml | 42 +++++++++---------- 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/gradle/convention/src/main/kotlin/AndroidApplicationConvention.kt b/gradle/convention/src/main/kotlin/AndroidApplicationConvention.kt index 19d57b839..0e5092c4b 100644 --- a/gradle/convention/src/main/kotlin/AndroidApplicationConvention.kt +++ b/gradle/convention/src/main/kotlin/AndroidApplicationConvention.kt @@ -4,7 +4,7 @@ import org.gradle.api.Plugin import org.gradle.api.Project import org.gradle.kotlin.dsl.configure import util.git -import java.util.Locale +import java.util.* class AndroidApplicationConvention : Plugin<Project> { override fun apply(target: Project) { @@ -16,11 +16,11 @@ class AndroidApplicationConvention : Plugin<Project> { } extensions.configure<ApplicationExtension> { - compileSdk = 34 + compileSdk = 35 defaultConfig { minSdk = 21 - targetSdk = 34 + targetSdk = 35 applicationId = "${rootProject.group}.${rootProject.name.lowercase(Locale.ROOT)}" diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 52e2b01f4..ade7b203c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,52 +1,52 @@ [versions] -android-gradle-plugin = "8.1.1" -androidx-appcompat = "1.6.1" -androidx-espresso = "3.5.1" -androidx-lifecycle = "2.6.1" -androidx-room = "2.5.2" -androidx-test = "1.5.2" +android-gradle-plugin = "8.7.2" +androidx-appcompat = "1.7.0" +androidx-espresso = "3.6.1" +androidx-lifecycle = "2.8.7" +androidx-room = "2.6.1" +androidx-test = "1.6.2" dagger = "2.47" glide = "4.16.0" -kotlin = "1.9.10" -kotlinx-serialization = "1.6.0" -ksp = "1.9.10-1.0.13" +kotlin = "2.0.21" +kotlinx-serialization = "1.7.3" +ksp = "2.0.21-1.0.28" materialdialogs = "0.9.6.0" retrofit = "2.9.0" [libraries] -androidx-annotation = { module = "androidx.annotation:annotation", version = "1.6.0" } +androidx-annotation = { module = "androidx.annotation:annotation", version = "1.9.1" } androidx-appcompat = { module = "androidx.appcompat:appcompat", version.ref = "androidx-appcompat" } androidx-appcompat-resorces = { module = "androidx.appcompat:appcompat-resources", version = "androidx-appcompat" } -androidx-browser = { module = "androidx.browser:browser", version = "1.6.0" } +androidx-browser = { module = "androidx.browser:browser", version = "1.8.0" } androidx-cardview = { module = "androidx.cardview:cardview", version = "1.0.0" } -androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version = "2.1.4" } +androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version = "2.2.0" } androidx-legacy = { module = "androidx.legacy:legacy-preference-v14", version = "1.0.0" } androidx-lifecycle-viewmodel = { module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref = "androidx-lifecycle" } androidx-lifecycle-livedata = { module = "androidx.lifecycle:lifecycle-livedata-ktx", version.ref = "androidx-lifecycle" } androidx-lifecycle-reactivestreams = { module = "androidx.lifecycle:lifecycle-reactivestreams-ktx", version.ref = "androidx-lifecycle" } androidx-lifecycle-service = { module = "androidx.lifecycle:lifecycle-service", version.ref = "androidx-lifecycle" } androidx-multidex = { module = "androidx.multidex:multidex", version = "2.0.1" } -androidx-paging-runtime = { module = "androidx.paging:paging-runtime", version = "3.2.0" } +androidx-paging-runtime = { module = "androidx.paging:paging-runtime", version = "3.3.4" } androidx-preference = { module = "androidx.preference:preference", version = "1.2.1" } -androidx-recyclerview = { module = "androidx.recyclerview:recyclerview", version = "1.3.1" } +androidx-recyclerview = { module = "androidx.recyclerview:recyclerview", version = "1.3.2" } androidx-room-compiler = { module = "androidx.room:room-compiler", version.ref = "androidx-room" } androidx-room-ktx = { module = "androidx.room:room-ktx", version.ref = "androidx-room" } androidx-room-runtime = { module = "androidx.room:room-runtime", version.ref = "androidx-room" } androidx-room-rxjava = { module = "androidx.room:room-rxjava2", version.ref = "androidx-room" } androidx-room-testing = { module = "androidx.room:room-testing", version.ref = "androidx-room" } -androidx-room-paging = { module = "androidx.room:room-paging", version = "2.5.2" } +androidx-room-paging = { module = "androidx.room:room-paging", version = "2.6.1" } androidx-swiperefreshlayout = { module = "androidx.swiperefreshlayout:swiperefreshlayout", version = "1.1.0" } androidx-test-core = { module = "androidx.arch.core:core-testing", version = "2.2.0" } androidx-test-espresso-contrib = { module = "androidx.test.espresso:espresso-contrib", version.ref = "androidx-espresso" } androidx-test-espresso-core = { module = "androidx.test.espresso:espresso-core", version.ref = "androidx-espresso" } -androidx-test-junit = { module = "androidx.test.ext:junit", version = "1.1.5" } +androidx-test-junit = { module = "androidx.test.ext:junit", version = "1.2.1" } androidx-test-rules = { module = "androidx.test:rules", version.ref = "androidx-test" } androidx-test-runner = { module = "androidx.test:runner", version.ref = "androidx-test" } annotations-inject = { module = "javax.inject:javax.inject", version = "1" } annotations-jetbrains = { module = "org.jetbrains:annotations", version = "23.0.0" } -commons-codec = { module = "commons-codec:commons-codec", version = "1.15" } +commons-codec = { module = "commons-codec:commons-codec", version = "1.16.0" } dagger-android-core = { module = "com.google.dagger:dagger-android", version.ref = "dagger" } dagger-android-support = { module = "com.google.dagger:dagger-android-support", version.ref = "dagger" } @@ -56,16 +56,16 @@ dagger-processor = { module = "com.google.dagger:dagger-android-processor", vers flexbox = { module = "com.google.android.flexbox:flexbox", version = "3.0.0" } -google-material = { module = "com.google.android.material:material", version = "1.9.0" } +google-material = { module = "com.google.android.material:material", version = "1.12.0" } glide-compiler = { module = "com.github.bumptech.glide:ksp", version.ref = "glide" } glide-core = { module = "com.github.bumptech.glide:glide", version.ref = "glide" } glide-recyclerview = { module = "com.github.bumptech.glide:recyclerview-integration", version.ref = "glide" } hamcrest = { module = "org.hamcrest:hamcrest", version = "2.2" } -junit-api = { module = "org.junit.jupiter:junit-jupiter-engine", version = "5.10.0" } -junit-engine = { module = "org.junit.jupiter:junit-jupiter-engine", version = "5.10.0" } -kotlinpoet = { module = "com.squareup:kotlinpoet", version = "1.12.0" } +junit-api = { module = "org.junit.jupiter:junit-jupiter-api", version = "5.10.1" } +junit-engine = { module = "org.junit.jupiter:junit-jupiter-engine", version = "5.10.1" } +kotlinpoet = { module = "com.squareup:kotlinpoet", version = "1.14.2" } ksp = { module = "com.google.devtools.ksp:symbol-processing-api", version.ref = "ksp" } leakcanary-android = { module = "com.squareup.leakcanary:leakcanary-android", version = "2.8.1" } -- GitLab