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

8 lines
472 B
Kotlin
Raw Normal View History

2022-06-14 22:38:02 +05:30
package com.github.libretube
const val GITHUB_API_URL = "https://api.github.com/repos/libre-tube/LibreTube/releases/latest"
const val WEBSITE_URL = "https://libre-tube.github.io/"
const val AUTHORS_URL = "https://github.com/libre-tube/LibreTube/graphs/contributors"
const val DONATE_URL = "https://libre-tube.github.io/#donate"
const val CONTRIBUTING_URL = "https://github.com/libre-tube/LibreTube#donate"
2022-06-19 01:47:47 +05:30
const val PIPED_GITHUB_URL = "https://github.com/TeamPiped/Piped"