Update build.gradle.kts

This commit is contained in:
Cloudburst 2022-08-31 10:45:23 +02:00 committed by GitHub
parent 67308bd017
commit c7f44f6f2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -36,7 +36,8 @@ subprojects {
cloudstream {
// when running through github workflow, GITHUB_REPOSITORY should contain current repository name
setRepo(System.getenv("GITHUB_REPOSITORY") ?: "user/repo")
// you can modify it to use other git hosting services, like gitlab
setRepo(System.getenv("GITHUB_REPOSITORY") ?: "https://github.com/user/repo")
}
android {