Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7540d29

Browse files
committedJan 10, 2025·
chore: change project link and mail
1 parent 9039dda commit 7540d29

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
 

‎app/src/main/java/org/schabi/newpipe/NewVersionWorker.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ class NewVersionWorker(
139139
companion object {
140140
private val DEBUG = MainActivity.DEBUG
141141
private val TAG = NewVersionWorker::class.java.simpleName
142-
private const val NEWPIPE_API_URL = "https://api.github.com/repos/polymorphicshade/Tubular/releases/latest"
142+
private const val NEWPIPE_API_URL = "https://api.github.com/repos/MaintainTeam/LastPipeBender/releases/latest"
143143
private const val IS_MANUAL = "isManual"
144144

145145
@JvmStatic

‎app/src/main/java/org/schabi/newpipe/error/ErrorActivity.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@ public class ErrorActivity extends AppCompatActivity {
6161
// BUNDLE TAGS
6262
public static final String ERROR_INFO = "error_info";
6363

64-
public static final String ERROR_EMAIL_ADDRESS = "polymorphicshade@gmail.com";
64+
public static final String ERROR_EMAIL_ADDRESS = "mt_lastpipebender@asandikci.com";
6565
public static final String ERROR_EMAIL_SUBJECT = "Exception in ";
6666

6767
public static final String ERROR_GITHUB_ISSUE_URL =
68-
"https://github.com/polymorphicshade/Tubular/issues";
68+
"https://github.com/MaintainTeam/LastPipeBender/issues";
6969

7070
public static final DateTimeFormatter CURRENT_TIMESTAMP_FORMATTER =
7171
DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm");

‎app/src/main/res/values/donottranslate.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<string name="md5">MD5</string>
1818
<string name="sha1">SHA-1</string>
1919
<string name="recaptcha">reCAPTCHA</string>
20-
<string name="github_url">https://github.com/polymorphicshade/Tubular</string>
20+
<string name="github_url">https://github.com/MaintainTeam/LastPipeBender</string>
2121
<string name="donation_url">https://newpipe.net/donate/</string>
2222
<string name="website_url">https://newpipe.net/</string>
2323
<string name="privacy_policy_url">https://newpipe.net/legal/privacy/</string>

0 commit comments

Comments
 (0)
Please sign in to comment.