From 0b00d2e6d2ac8649349299c9c01c91dc35c619da Mon Sep 17 00:00:00 2001 From: evermind Date: Thu, 1 Aug 2024 07:33:32 +0200 Subject: [PATCH] test only --- app/src/main/java/org/schabi/newpipe/NewVersionWorker.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/java/org/schabi/newpipe/NewVersionWorker.kt b/app/src/main/java/org/schabi/newpipe/NewVersionWorker.kt index 25430a554..81bfc3789 100644 --- a/app/src/main/java/org/schabi/newpipe/NewVersionWorker.kt +++ b/app/src/main/java/org/schabi/newpipe/NewVersionWorker.kt @@ -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" /**