LibreTube/app/src/main/java/com/github/libretube/Constants.kt

23 lines
1.0 KiB
Kotlin
Raw Normal View History

2022-07-05 14:44:51 +05:30
package com.github.libretube
2022-06-14 22:38:02 +05:30
2022-07-05 14:44:51 +05:30
/**
* API link for the update checker
*/
2022-06-14 22:38:02 +05:30
const val GITHUB_API_URL = "https://api.github.com/repos/libre-tube/LibreTube/releases/latest"
2022-07-05 14:44:51 +05:30
/**
* Links for the about fragment
*/
2022-06-14 22:38:02 +05:30
const val WEBSITE_URL = "https://libre-tube.github.io/"
2022-07-03 18:36:17 +05:30
const val DONATE_URL = "https://github.com/libre-tube/LibreTube#donate"
const val GITHUB_URL = "https://github.com/libre-tube/LibreTube"
2022-06-19 02:48:36 +05:30
const val PIPED_GITHUB_URL = "https://github.com/TeamPiped/Piped"
2022-07-05 14:44:51 +05:30
/**
* Social media links for the community fragment
*/
2022-07-05 14:52:55 +05:30
const val TELEGRAM_URL = "https://libre-tube.github.io/assets/tg-widget.svg)](https://t.me/libretube"
const val MATRIX_URL = "https://libre-tube.github.io/assets/mat-widget.svg)](https://matrix.to/#/#LibreTube:matrix.org"
const val DISCORD_URL = "https://discord.com/invite/Qc34xCj2GV"
const val REDDIT_URL = "https://libre-tube.github.io/assets/rd-widget.svg)](https://www.reddit.com/r/Libretube/"
const val TWITTER_URL = "https://libre-tube.github.io/assets/tw-widget.svg)](https://twitter.com/libretube"