Skip to content

Commit 431ae0f

Browse files
authored
Update Telegram update URL in UpdateChecker
1 parent b632f43 commit 431ae0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/wmods/wppenhacer/UpdateChecker.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public class UpdateChecker implements Runnable {
2525
private static final String TAG = "WAE_UpdateChecker";
2626
private static final String LATEST_RELEASE_API = "https://api.github.com/repos/Dev4Mod/WaEnhancer/releases/latest";
2727
private static final String RELEASE_TAG_PREFIX = "debug-";
28-
private static final String TELEGRAM_UPDATE_URL = "https://github.com/Dev4Mod/WaEnhancer/releases";
28+
private static final String TELEGRAM_UPDATE_URL = "https://t.me/waenhancher";
2929

3030
// Singleton OkHttpClient - expensive to create, reuse across all checks
3131
private static OkHttpClient httpClient;

0 commit comments

Comments
 (0)