From c7f44f6f2f9a8a301f1203bc17b55c22eb5fb4f3 Mon Sep 17 00:00:00 2001 From: Cloudburst <18114966+C10udburst@users.noreply.github.com> Date: Wed, 31 Aug 2022 10:45:23 +0200 Subject: [PATCH] Update build.gradle.kts --- build.gradle.kts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 26f4b82..b19ff67 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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 {