-
-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Make email clickable to send feedbacks (#189)
Signed-off-by: starry-shivam <[email protected]>
- Loading branch information
1 parent
cee017d
commit 0fbbd0d
Showing
4 changed files
with
30 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,6 +27,7 @@ object Constants { | |
const val UNKNOWN_ERR = "unknown-error" | ||
|
||
// URLs | ||
const val DEV_EMAIL = "[email protected]" | ||
const val DEV_GITHUB_URL = "https://github.com/starry-shivam" | ||
const val DEV_TELEGRAM_URL = "https://t.me/starryboi" | ||
const val PROJECT_CONTRIBUTORS = "https://github.com/Pool-Of-Tears/Myne/graphs/contributors" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -135,7 +135,6 @@ | |
<string name="about_desc">A Free & Open Source Android application to download ebooks from the Project Gutenberg.</string> | ||
<string name="developed_by">Developed By</string> | ||
<string name="dev_name" translatable="false">Starry Shivam</string> | ||
<string name="dev_email" translatable="false">[email protected]</string> | ||
<string name="project_contributors">Project Contributors</string> | ||
<string name="project_contributors_desc">Meet our wonderful contributors.</string> | ||
<string name="useful_links">Useful Links</string> | ||
|