Skip to content

Commit 828404c

Browse files
committed
feat: add dependency to check if sbom detects it and creates a new version
1 parent fc84258 commit 828404c

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ junit4 = "4.13.2"
3434
koin = "3.3.3"
3535
kotlin = "1.9.20"
3636
kotlinxCoroutines = "1.6.4"
37+
kotlinx-datetime = "0.5.0"
3738
ksp = "1.9.20-1.0.14"
3839
ktlint = "11.1.0"
3940
markwon = "4.6.2"
@@ -99,6 +100,7 @@ kotlin-stdlib = { group = "org.jetbrains.kotlin", name = "kotlin-stdlib", versio
99100
kotlinx-coroutines-android = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-android", version.ref = "kotlinxCoroutines" }
100101
kotlinx-coroutines-core = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-core", version.ref = "kotlinxCoroutines" }
101102
kotlinx-coroutines-test = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-test", version.ref = "kotlinxCoroutines" }
103+
kotlinx-datetime = { group = "org.jetbrains.kotlinx", name = "kotlinx-datetime", version.ref = "kotlinx-datetime" }
102104
markwon-core = { group = "io.noties.markwon", name = "core", version.ref = "markwon" }
103105
markwon-ext-strikethrough = { group = "io.noties.markwon", name = "ext-strikethrough", version.ref = "markwon" }
104106
markwon-ext-tables = { group = "io.noties.markwon", name = "ext-tables", version.ref = "markwon" }

owncloudApp/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ dependencies {
5454
implementation libs.floatingactionbutton
5555
implementation libs.material
5656
implementation libs.patternlockview
57+
implementation libs.kotlinx.datetime
5758

5859
// Markdown Preview
5960
implementation libs.bundles.markwon

0 commit comments

Comments
 (0)