mirror of
https://github.com/FossifyOrg/Calendar.git
synced 2026-04-18 13:07:49 -04:00
Bumps androidx.work:work-runtime-ktx from 2.11.1 to 2.11.2. --- updated-dependencies: - dependency-name: androidx.work:work-runtime-ktx dependency-version: 2.11.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
49 lines
1.6 KiB
TOML
49 lines
1.6 KiB
TOML
[versions]
|
|
#jetbrains
|
|
kotlin = "2.3.10"
|
|
#KSP
|
|
ksp = "2.3.6"
|
|
#Detekt
|
|
detekt = "1.23.8"
|
|
detektCompose = "0.4.28"
|
|
#Androidx
|
|
print = "1.1.0"
|
|
constraintlayout = "2.2.1"
|
|
swiperefreshlayout = "1.2.0"
|
|
work = "2.11.2"
|
|
#Room
|
|
room = "2.8.4"
|
|
#Fossify
|
|
commons = "6.1.6"
|
|
#Gradle
|
|
gradlePlugins-agp = "9.1.0"
|
|
#build
|
|
app-build-compileSDKVersion = "36"
|
|
app-build-targetSDK = "36"
|
|
app-build-minimumSDK = "26"
|
|
app-build-javaVersion = "VERSION_17"
|
|
app-build-kotlinJVMTarget = "17"
|
|
[libraries]
|
|
#Android X
|
|
androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version.ref = "constraintlayout" }
|
|
androidx-print = { module = "androidx.print:print", version.ref = "print" }
|
|
androidx-swiperefreshlayout = { module = "androidx.swiperefreshlayout:swiperefreshlayout", version.ref = "swiperefreshlayout" }
|
|
androidx-work-runtime-ktx = { module = "androidx.work:work-runtime-ktx", version.ref = "work" }
|
|
#Room
|
|
androidx-room-runtime = { module = "androidx.room:room-runtime", version.ref = "room" }
|
|
androidx-room-ktx = { module = "androidx.room:room-ktx", version.ref = "room" }
|
|
androidx-room-compiler = { module = "androidx.room:room-compiler", version.ref = "room" }
|
|
#Compose
|
|
compose-detekt = { module = "io.nlopez.compose.rules:detekt", version.ref = "detektCompose" }
|
|
#Fossify
|
|
fossify-commons = { module = "org.fossify:commons", version.ref = "commons" }
|
|
[bundles]
|
|
room = [
|
|
"androidx-room-ktx",
|
|
"androidx-room-runtime",
|
|
]
|
|
[plugins]
|
|
android = { id = "com.android.application", version.ref = "gradlePlugins-agp" }
|
|
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
|
|
detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "detekt" }
|