Skip to content

Commit

Permalink
fix: unfinished todo message
Browse files Browse the repository at this point in the history
  • Loading branch information
Sculas committed Apr 15, 2022
1 parent 37ecc5e commit fb068ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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"
Expand Down

0 comments on commit fb068ef

Please sign in to comment.