Skip to content
Snippets Groups Projects
Unverified Commit 28f7dbca authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

chore: update dependencies

parent 428afe7f
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ import org.gradle.api.Plugin ...@@ -4,7 +4,7 @@ import org.gradle.api.Plugin
import org.gradle.api.Project import org.gradle.api.Project
import org.gradle.kotlin.dsl.configure import org.gradle.kotlin.dsl.configure
import util.git import util.git
import java.util.Locale import java.util.*
class AndroidApplicationConvention : Plugin<Project> { class AndroidApplicationConvention : Plugin<Project> {
override fun apply(target: Project) { override fun apply(target: Project) {
...@@ -16,11 +16,11 @@ class AndroidApplicationConvention : Plugin<Project> { ...@@ -16,11 +16,11 @@ class AndroidApplicationConvention : Plugin<Project> {
} }
extensions.configure<ApplicationExtension> { extensions.configure<ApplicationExtension> {
compileSdk = 34 compileSdk = 35
defaultConfig { defaultConfig {
minSdk = 21 minSdk = 21
targetSdk = 34 targetSdk = 35
applicationId = "${rootProject.group}.${rootProject.name.lowercase(Locale.ROOT)}" applicationId = "${rootProject.group}.${rootProject.name.lowercase(Locale.ROOT)}"
......
[versions] [versions]
android-gradle-plugin = "8.1.1" android-gradle-plugin = "8.7.2"
androidx-appcompat = "1.6.1" androidx-appcompat = "1.7.0"
androidx-espresso = "3.5.1" androidx-espresso = "3.6.1"
androidx-lifecycle = "2.6.1" androidx-lifecycle = "2.8.7"
androidx-room = "2.5.2" androidx-room = "2.6.1"
androidx-test = "1.5.2" androidx-test = "1.6.2"
dagger = "2.47" dagger = "2.47"
glide = "4.16.0" glide = "4.16.0"
kotlin = "1.9.10" kotlin = "2.0.21"
kotlinx-serialization = "1.6.0" kotlinx-serialization = "1.7.3"
ksp = "1.9.10-1.0.13" ksp = "2.0.21-1.0.28"
materialdialogs = "0.9.6.0" materialdialogs = "0.9.6.0"
retrofit = "2.9.0" retrofit = "2.9.0"
[libraries] [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 = { module = "androidx.appcompat:appcompat", version.ref = "androidx-appcompat" }
androidx-appcompat-resorces = { module = "androidx.appcompat:appcompat-resources", version = "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-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-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-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-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-reactivestreams = { module = "androidx.lifecycle:lifecycle-reactivestreams-ktx", version.ref = "androidx-lifecycle" }
androidx-lifecycle-service = { module = "androidx.lifecycle:lifecycle-service", 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-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-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-compiler = { module = "androidx.room:room-compiler", version.ref = "androidx-room" }
androidx-room-ktx = { module = "androidx.room:room-ktx", 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-runtime = { module = "androidx.room:room-runtime", version.ref = "androidx-room" }
androidx-room-rxjava = { module = "androidx.room:room-rxjava2", 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-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-swiperefreshlayout = { module = "androidx.swiperefreshlayout:swiperefreshlayout", version = "1.1.0" }
androidx-test-core = { module = "androidx.arch.core:core-testing", version = "2.2.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-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-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-rules = { module = "androidx.test:rules", version.ref = "androidx-test" }
androidx-test-runner = { module = "androidx.test:runner", 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-inject = { module = "javax.inject:javax.inject", version = "1" }
annotations-jetbrains = { module = "org.jetbrains:annotations", version = "23.0.0" } 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-core = { module = "com.google.dagger:dagger-android", version.ref = "dagger" }
dagger-android-support = { module = "com.google.dagger:dagger-android-support", 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 ...@@ -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" } 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-compiler = { module = "com.github.bumptech.glide:ksp", version.ref = "glide" }
glide-core = { module = "com.github.bumptech.glide:glide", 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" } glide-recyclerview = { module = "com.github.bumptech.glide:recyclerview-integration", version.ref = "glide" }
hamcrest = { module = "org.hamcrest:hamcrest", version = "2.2" } hamcrest = { module = "org.hamcrest:hamcrest", version = "2.2" }
junit-api = { module = "org.junit.jupiter:junit-jupiter-engine", version = "5.10.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.0" } junit-engine = { module = "org.junit.jupiter:junit-jupiter-engine", version = "5.10.1" }
kotlinpoet = { module = "com.squareup:kotlinpoet", version = "1.12.0" } kotlinpoet = { module = "com.squareup:kotlinpoet", version = "1.14.2" }
ksp = { module = "com.google.devtools.ksp:symbol-processing-api", version.ref = "ksp" } ksp = { module = "com.google.devtools.ksp:symbol-processing-api", version.ref = "ksp" }
leakcanary-android = { module = "com.squareup.leakcanary:leakcanary-android", version = "2.8.1" } leakcanary-android = { module = "com.squareup.leakcanary:leakcanary-android", version = "2.8.1" }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment