Skip to content

Commit

Permalink
Move markdown dependency to Version catalog.
Browse files Browse the repository at this point in the history
  • Loading branch information
KotlinGeekDev committed Jan 2, 2025
1 parent ea23692 commit 450d637
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ dependencies {
implementation(libs.rust.nostr)

// Markdown
implementation("org.jetbrains:markdown:0.7.3")
implementation(libs.jetbrains.markdown)

// Only for debug
debugImplementation("com.squareup.leakcanary:leakcanary-android:3.0-alpha-1")
Expand Down
2 changes: 2 additions & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,8 @@ dependencyResolutionManagement {
"org.rust-nostr",
"nostr-sdk"
).version("0.37.0")
//Markdown
library("jetbrains-markdown", "org.jetbrains", "markdown").version("0.7.3")

// For better fetching
library("okhttp", "com.squareup.okhttp3", "okhttp").withoutVersion()
Expand Down

0 comments on commit 450d637

Please sign in to comment.