From 528041cc6a57424c65185c5b510d6c1501f64b1a Mon Sep 17 00:00:00 2001 From: nain <126972030+nain-F49FF806@users.noreply.github.com> Date: Fri, 26 Jul 2024 21:39:52 +0200 Subject: [PATCH] Add links to readme --- README.md | 4 ++-- android/app/build.gradle.kts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d455b71..fa807f7 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ If set to Burn On Read, the server also _immediately_ deletes the paste after it ## Usage / Wiki -Please see features+screenshots in [wiki](https://github.com/nain-F49FF806/sharepaste.oo/wiki/sharepaste.oo-Features). +Please find features+screenshots in [wiki](https://github.com/nain-F49FF806/sharepaste.oo/wiki/sharepaste.oo-Features). ## Developer section @@ -117,7 +117,7 @@ unless you explicitly make additional grants. Some ideas / Current to do: * ~~Receive text share intents, so we can encrypt the shared text~~ [[done](https://github.com/nain-F49FF806/sharepaste.oo/commit/1830278f96e2c414f7b7f2355b6ef0442f909950)] -* ~~Receive arbitrary file share intents, so we can encrypt as attachment~~ [done] +* ~~Receive arbitrary file share intents, so we can encrypt as attachment~~ [[done](https://github.com/nain-F49FF806/sharepaste.oo/commit/cd487f0c074903cfbf08fe1dda6b54c9684f8a5f)] * Keep a record of shared links (configurable), and their expiry date/time Once Share Paste is aware of attachments, we can start opening (decryption) links locally. diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts index 5b14c0c..81d2f48 100644 --- a/android/app/build.gradle.kts +++ b/android/app/build.gradle.kts @@ -13,7 +13,7 @@ android { applicationId = "alt.nainapps.sharepaste" minSdk = 26 targetSdk = 34 - versionCode = 1722021000 + versionCode = 1722026000 versionName = "2024.07.26" setProperty("archivesBaseName", "sharepaste.oo")