Skip to content

Commit

Permalink
test only
Browse files Browse the repository at this point in the history
  • Loading branch information
evermind-zz committed Aug 1, 2024
1 parent f8a02ba commit 0b00d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/org/schabi/newpipe/NewVersionWorker.kt
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ class NewVersionWorker(
private val DEBUG = MainActivity.DEBUG
private val TAG = NewVersionWorker::class.java.simpleName
private const val NEWPIPE_API_URL =
"https://raw.githubusercontent.com/bravenewpipe/bnp-r-mgr/master/api/data.json"
"https://raw.githubusercontent.com/evermind-zz/bnp-r-mgr/master/api/data.json"
private const val IS_MANUAL = "isManual"

/**
Expand Down

0 comments on commit 0b00d2e

Please sign in to comment.