mirror of
https://github.com/FossifyOrg/Launcher.git
synced 2025-12-23 23:58:13 -05:00
Bumps [com.google.devtools.ksp](https://github.com/google/ksp) from 2.3.3 to 2.3.4. - [Release notes](https://github.com/google/ksp/releases) - [Commits](https://github.com/google/ksp/compare/2.3.3...2.3.4) --- updated-dependencies: - dependency-name: com.google.devtools.ksp dependency-version: 2.3.4 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>
40 lines
1.2 KiB
TOML
40 lines
1.2 KiB
TOML
[versions]
|
|
#jetbrains
|
|
kotlin = "2.2.21"
|
|
#KSP
|
|
ksp = "2.3.4"
|
|
#Detekt
|
|
detekt = "1.23.8"
|
|
detektCompose = "0.4.28"
|
|
#Room
|
|
room = "2.8.4"
|
|
#Fossify
|
|
commons = "5.12.0"
|
|
#Gradle
|
|
gradlePlugins-agp = "8.11.1"
|
|
#build
|
|
app-build-compileSDKVersion = "36"
|
|
app-build-targetSDK = "36"
|
|
app-build-minimumSDK = "26"
|
|
app-build-javaVersion = "VERSION_17"
|
|
app-build-kotlinJVMTarget = "17"
|
|
[libraries]
|
|
#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" }
|
|
kotlinAndroid = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
|
|
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
|
|
detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "detekt" }
|