Skip to content

Commit

Permalink
Merge pull request #8 from mr3y-the-programmer/update_dependencies
Browse files Browse the repository at this point in the history
Update dependencies & Setup Renovate
  • Loading branch information
mr3y-the-programmer authored Feb 9, 2024
2 parents c1f8763 + 6dcfa6a commit c86708c
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 15 deletions.
30 changes: 15 additions & 15 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@
[versions]
agp = "8.2.2"
kotlin = "1.9.20"
ksp = "1.9.20-1.0.14"
kotlin = "1.9.22"
ksp = "1.9.22-1.0.17"
ktlint = "12.1.0"
kotlinx-serialization = "1.6.0"
hilt = "2.48.1"
hilt = "2.50"
hilt-androidx = "1.1.0"
core-ktx = "1.9.0"
core-ktx = "1.12.0"
splashscreen = "1.0.1"
junit = "4.13.2"
assertk = "0.28.0"
turbine = "1.0.0"
androidx-test-ext-junit = "1.1.5"
espresso-core = "3.5.1"
lifecycle-runtime = "2.7.0-rc02"
activity-compose = "1.8.1"
compose-bom = "2023.10.01"
lifecycle-runtime = "2.7.0"
activity-compose = "1.8.2"
compose-bom = "2024.01.00"
compose-htmlconverter = "0.9.1"
kmpalette = "2.2.0"
kmpalette = "3.1.0"
lyricist = "1.6.2"
material3 = "1.2.0-alpha11"
compose-compiler = "1.5.4"
navigation = "2.7.5"
material3 = "1.2.0-rc01"
compose-compiler = "1.5.8"
navigation = "2.7.6"
navigation-typed = "0.9.0"
molecule = "1.3.0"
media3 = "1.2.0"
molecule = "1.3.2"
media3 = "1.2.1"
coroutines = "1.7.3"
workmanager = "2.9.0"
coil = "2.5.0"
ktor = "2.3.5"
result = "1.1.18"
kermit = "2.0.2"
sqldelight = "2.0.0"
kermit = "2.0.3"
sqldelight = "2.0.1"
sqlite-jdbc = "3.18.0" # sqlite version used in Android API level 26 (our minSdk)
google-services = "4.4.0"
firebase-bom = "32.7.1"
Expand Down
25 changes: 25 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
"group:all",
":dependencyDashboard",
"schedule:weekly"
],
"baseBranches": [
"main"
],
"labels": [
"dependencies"
],
"packageRules": [
{
"matchPackagePrefixes": [
"androidx.compose.compiler",
"com.google.devtools.ksp",
"org.jetbrains.kotlin"
],
"groupName": "kotlin"
}
]
}

0 comments on commit c86708c

Please sign in to comment.