Move api git urls to the new domain
Signed-off-by: baalajimaestro <baalajimaestro@ptr.moe>
This commit is contained in:
parent
98fb07771f
commit
6c1f444943
2 changed files with 2 additions and 2 deletions
|
@ -155,7 +155,7 @@ class NewVersionWorker(
|
|||
private val DEBUG = MainActivity.DEBUG
|
||||
private val TAG = NewVersionWorker::class.java.simpleName
|
||||
private const val API_URL =
|
||||
"https://git.baalajimaestro.me/api/v1/repos/baalajimaestro/NewPipe/releases/latest"
|
||||
"https://git.ptr.moe/api/v1/repos/baalajimaestro/NewPipe/releases/latest"
|
||||
private const val IS_MANUAL = "isManual"
|
||||
|
||||
/**
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
<string name="md5">MD5</string>
|
||||
<string name="sha1">SHA-1</string>
|
||||
<string name="recaptcha">reCAPTCHA</string>
|
||||
<string name="github_url">https://git.baalajimaestro.me/baalajimaestro/NewPipe</string>
|
||||
<string name="github_url">https://git.ptr.moe/baalajimaestro/NewPipe</string>
|
||||
<string name="donation_url">https://newpipe.net/donate/</string>
|
||||
<string name="website_url">https://newpipe.net/</string>
|
||||
<string name="privacy_policy_url">https://newpipe.net/legal/privacy/</string>
|
||||
|
|
Loading…
Reference in a new issue