Move api git urls to the new domain

Signed-off-by: baalajimaestro <baalajimaestro@ptr.moe>
This commit is contained in:
baalajimaestro 2024-12-01 23:28:13 +05:30
parent 98fb07771f
commit 6c1f444943
Signed by: baalajimaestro
GPG key ID: B5B69626E67EE82A
2 changed files with 2 additions and 2 deletions

View file

@ -155,7 +155,7 @@ class NewVersionWorker(
private val DEBUG = MainActivity.DEBUG private val DEBUG = MainActivity.DEBUG
private val TAG = NewVersionWorker::class.java.simpleName private val TAG = NewVersionWorker::class.java.simpleName
private const val API_URL = 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" private const val IS_MANUAL = "isManual"
/** /**

View file

@ -17,7 +17,7 @@
<string name="md5">MD5</string> <string name="md5">MD5</string>
<string name="sha1">SHA-1</string> <string name="sha1">SHA-1</string>
<string name="recaptcha">reCAPTCHA</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="donation_url">https://newpipe.net/donate/</string>
<string name="website_url">https://newpipe.net/</string> <string name="website_url">https://newpipe.net/</string>
<string name="privacy_policy_url">https://newpipe.net/legal/privacy/</string> <string name="privacy_policy_url">https://newpipe.net/legal/privacy/</string>