I have an existing Android APK that is otherwise finished and working well. The only change I need is to replace a single text string—a URL shown on the main screen—with a new one that I will supply. After the change the APK should compile and install without warnings, display the updated link exactly where the old one appeared, and keep every other function untouched. You may find the string inside a layout XML, strings.xml, or hard-coded in an Activity; whichever it is, the goal is simply to swap it for the new URL, rebuild, and sign the APK. Please send back: • the rebuilt, signed APK ready for Play Store upload or side-load • the updated source (or diff) so the change is clear No additional features, UI tweaks, or logic updates are required—just this one text replacement and a clean build.