From e5d1a668a497e529f1f93a46095a078166ef3f75 Mon Sep 17 00:00:00 2001 From: VectorHex <151371495+VectorHex@users.noreply.github.com> Date: Sun, 24 Dec 2023 01:53:28 -0400 Subject: [PATCH] update build.gradle.kts --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index b4a6f178..626083af 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -39,7 +39,7 @@ subprojects { setRepo(System.getenv("GITHUB_REPOSITORY") ?: "https://github.com/VectorHex/Xor") authors = listOf("Hexated") - // Fork by VectorHex + // Fork by VectorHex } android {