Skip to content

Commit

Permalink
Gradle catalog for rust-nostr dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
KotlinGeekDev committed Dec 26, 2024
1 parent 3aadf40 commit 4d3f194
Show file tree
Hide file tree
Showing 2 changed files with 7 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 @@ -226,7 +226,7 @@ dependencies {
implementation(libs.ktor.client.okhttp)

// Nostr
implementation("org.rust-nostr:nostr-sdk:0.37.0")
implementation(libs.rust.nostr)

// Markdown
implementation("org.jetbrains:markdown:0.7.3")
Expand Down
6 changes: 6 additions & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,12 @@ dependencyResolutionManagement {
library("tagsoup", "org.ccil.cowan.tagsoup", "tagsoup").versionRef("tagsoup")
// RSS
library("gofeed-android", "com.nononsenseapps.gofeed", "gofeed-android").versionRef("gofeed")
// Nostr
library(
"rust-nostr",
"org.rust-nostr",
"nostr-sdk"
).version("0.37.0")

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

0 comments on commit 4d3f194

Please sign in to comment.