Skip to content

Commit 4ee79aa

Browse files
committed
feat: add cyclonedx depedency to build.gradle
1 parent bafb578 commit 4ee79aa

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ plugins {
2222
alias libs.plugins.sonarqube
2323
alias libs.plugins.ksp apply false
2424
alias libs.plugins.detekt
25+
alias libs.plugins.cyclonedx
2526
}
2627

2728
allprojects {

gradle/libs.versions.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ androidxTestExt = "1.1.5"
2121
androidxTestMonitor = "1.6.1"
2222
androidxTestUiAutomator ="2.2.0"
2323
androidxWork = "2.8.1"
24+
cyclonedx = "2.3.1"
2425
coil = "2.2.2"
2526
detekt = "1.23.3"
2627
dexopener = "2.0.5"
@@ -128,3 +129,4 @@ kotlin = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
128129
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
129130
sonarqube = { id = "org.sonarqube", version.ref = "sonarqube" }
130131
detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "detekt" }
132+
cyclonedx = { id = "org.cyclonedx.bom", version.ref = "cyclonedx" }

0 commit comments

Comments
 (0)