From 817f41ac157d9755cdd49e5264bd7786fb8a7c7d Mon Sep 17 00:00:00 2001 From: Jace <54625750+Jacekun@users.noreply.github.com> Date: Sun, 21 Aug 2022 07:29:31 +0800 Subject: [PATCH] Updated gradle info --- build.gradle.kts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 7a039fe..db7d2f6 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -36,7 +36,10 @@ subprojects { cloudstream { // when running through github workflow, GITHUB_REPOSITORY should contain current repository name - setRepo(System.getenv("GITHUB_REPOSITORY") ?: "user/repo") + setRepo(System.getenv("GITHUB_REPOSITORY") ?: "Jacekun/cs3xxx-repo") + + description = "For the coomers and degenerates" + authors = listOf("Jace") } android {