We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b632f43 commit 431ae0fCopy full SHA for 431ae0f
app/src/main/java/com/wmods/wppenhacer/UpdateChecker.java
@@ -25,7 +25,7 @@ public class UpdateChecker implements Runnable {
25
private static final String TAG = "WAE_UpdateChecker";
26
private static final String LATEST_RELEASE_API = "https://api.github.com/repos/Dev4Mod/WaEnhancer/releases/latest";
27
private static final String RELEASE_TAG_PREFIX = "debug-";
28
- private static final String TELEGRAM_UPDATE_URL = "https://github.com/Dev4Mod/WaEnhancer/releases";
+ private static final String TELEGRAM_UPDATE_URL = "https://t.me/waenhancher";
29
30
// Singleton OkHttpClient - expensive to create, reuse across all checks
31
private static OkHttpClient httpClient;
0 commit comments