I need a small tweak to an existing Android APK built in native Java/Kotlin. The job is simply to point the app to a new JSON endpoint while leaving every other aspect of the code and UI unchanged. Current setup • APK download: https://gofile.io/d/VcvGpl • Old endpoint: https://raw.githubusercontent.com/taslats/TaslaX/main/apk.json • New endpoint: https://raw.githubusercontent.com/lomus786/NewX/main/apk.jsonn I’m not sure whether I still have the original source, so if it’s missing you may need to decompile, patch the URL(s), rebuild, and resign. I’m also unsure about the keystore; if a new signature is required, please tell me what you need or supply a debug-signed build first for verification. Deliverables 1. Updated APK that fetches data from the new endpoint only. 2. A quick note on what was modified (file names or smali classes are enough if it was decompiled). 3. Signed release build or clear instructions for signing if my keystore is needed. Everything else—package name, versionCode, icons, and functions—must stay exactly the same. Let me know your turnaround time and any questions you have.