fix: unfinished todo message

This commit is contained in:
Lucaskyy 2022-04-15 23:43:21 +02:00
parent 37ecc5eaa6
commit fb068ef753
No known key found for this signature in database
GPG Key ID: 1530BFF96D1EEB89

View File

@ -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"