mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-15 23:00:31 +05:30
8 lines
407 B
Kotlin
8 lines
407 B
Kotlin
|
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"
|