From fb068ef7532fc236086205b41756c26f53489645 Mon Sep 17 00:00:00 2001 From: Lucaskyy Date: Fri, 15 Apr 2022 23:43:21 +0200 Subject: [PATCH] fix: unfinished todo message --- src/main/kotlin/app/revanced/cli/utils/Scripts.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/app/revanced/cli/utils/Scripts.kt b/src/main/kotlin/app/revanced/cli/utils/Scripts.kt index 05c4672a..028c10b0 100644 --- a/src/main/kotlin/app/revanced/cli/utils/Scripts.kt +++ b/src/main/kotlin/app/revanced/cli/utils/Scripts.kt @@ -1,7 +1,7 @@ package app.revanced.cli.utils // TODO: make this a class with PACKAGE_NAME as argument, then use that everywhere. -// make sure +// make sure to remove the "const" from all the vals, they won't compile obviously. object Scripts { private const val PACKAGE_NAME = "com.google.android.youtube" private const val DATA_PATH = "/data/adb/ReVanced"