Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 16 additions & 16 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@ versionName = "1.0"

hilt = "2.45"
gson = "2.10.1"
room = "2.5.0"
room = "2.7.2"
ktor = "2.2.4"
glide = "4.15.1"
material="1.8.0"
paging = "3.1.1"
paging = "3.3.6"
kotlin = "1.8.10"
fragment = "1.5.5"
fragment = "1.8.9"
retrofit = "2.9.0"
lifecycle = "2.5.1"
lifecycle = "2.9.3"
coroutines = "1.6.4"
androidxCore = "1.9.0"
gradlePlugin = "7.4.1"
navigation = "2.5.3"
navigation = "2.9.3"
okHttp = "5.0.0-alpha.11"
glideWebDecoder = "2.3.4.14.2"
junit = "4.13.2"
Expand All @@ -47,12 +47,12 @@ javax-inject = { module = "javax.inject:javax.inject", version = "1" }
kotlin-coroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "coroutines" }
kotlin-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "coroutines" }

androidx-core = { module = "androidx.core:core-ktx", version = "1.9.0" }
androidx-compat = { module = "androidx.appcompat:appcompat", version = "1.6.1" }
androidx-core = { module = "androidx.core:core-ktx", version = "1.17.0" }
androidx-compat = { module = "androidx.appcompat:appcompat", version = "1.7.1" }
androidx-fragment = { module = "androidx.fragment:fragment-ktx", version.ref = "fragment" }
androidx-paging-common = { module = "androidx.paging:paging-common", version.ref = "paging" }
androidx-paging-runtime = { module = "androidx.paging:paging-runtime-ktx", version.ref = "paging" }
androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version = "2.1.4" }
androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version = "2.2.1" }
androidx-lifecycle-runtime = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "lifecycle" }
androidx-lifecycle-viewmodel = { module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref = "lifecycle" }
androidx-lifecycle-livedata = { module = "androidx.lifecycle:lifecycle-livedata-ktx", version.ref = "lifecycle" }
Expand All @@ -62,14 +62,14 @@ androidx-room = { module = "androidx.room:room-ktx", version.ref = "room" }
androidx-room-runtime = { module = "androidx.room:room-runtime", version.ref = "room" }
androidx-room-compiler = { module = "androidx.room:room-compiler", version.ref = "room" }

androidx-text-junit = { module = "androidx.test.ext:junit", version = "1.1.5" }
androidx-test-espresso = { module = "androidx.test.espresso:espresso-core", version = "3.5.1" }
androidx-test-espresso-contrib = { module = "androidx.test.espresso:espresso-contrib", version = "3.5.1" }
androidx-test-arch-core = { module = "androidx.arch.core:core-testing", version = "2.1.0" }
androidx-test-runner = { module = "androidx.test:runner", version = "1.5.2" }
androidx-test-rules = { module = "androidx.test:rules", version = "1.5.0"}
androidx-test-junit = { module = "androidx.test.ext:junit-ktx", version = "1.1.5" }
androidx-test-fragment = { module = "androidx.fragment:fragment-testing", version = "1.5.5" }
androidx-text-junit = { module = "androidx.test.ext:junit", version = "1.3.0" }
androidx-test-espresso = { module = "androidx.test.espresso:espresso-core", version = "3.7.0" }
androidx-test-espresso-contrib = { module = "androidx.test.espresso:espresso-contrib", version = "3.7.0" }
androidx-test-arch-core = { module = "androidx.arch.core:core-testing", version = "2.2.0" }
androidx-test-runner = { module = "androidx.test:runner", version = "1.7.0" }
androidx-test-rules = { module = "androidx.test:rules", version = "1.7.0"}
androidx-test-junit = { module = "androidx.test.ext:junit-ktx", version = "1.3.0" }
androidx-test-fragment = { module = "androidx.fragment:fragment-testing", version = "1.8.9" }

squareup-retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofit" }
squareup-retrofit-gson-converter = { module = "com.squareup.retrofit2:converter-gson", version.ref = "retrofit" }
Expand Down
Loading