mirror of
https://github.com/revanced/revanced-manager-compose-old.git
synced 2025-04-29 22:14:28 +02:00
8 lines
322 B
Kotlin
8 lines
322 B
Kotlin
package app.revanced.manager.util
|
|
|
|
private const val team = "revanced"
|
|
const val ghOrganization = "https://github.com/$team"
|
|
const val ghPatches = "$team/revanced-patches"
|
|
const val ghPatcher = "$team/revanced-patcher"
|
|
const val ghManager = "$team/revanced-manager"
|
|
const val ghIntegrations = "$team/revanced-integrations" |