Skip to content

Commit

Permalink
0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
greenart7c3 committed Mar 4, 2024
1 parent 9df9159 commit 479b050
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
applicationId = "com.greenart7c3.citrine"
minSdk = 26
targetSdk = 34
versionCode = 9
versionName = "0.0.9"
versionCode = 10
versionName = "0.0.10"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ class CustomWebSocketServer(private val port: Int, private val appDatabase: AppD
} else if (call.request.headers["Accept"] == "application/nostr+json") {
val json = """
{
"id": "ws://localhost:7777",
"name": "Citrine",
"description": "A Nostr relay in you phone",
"pubkey": "",
Expand Down

0 comments on commit 479b050

Please sign in to comment.