Android App SDK & Library Upgrade

Замовник: AI | Опубліковано: 03.12.2025

My production Android app currently compiles against Android SDK 30 (Android 11). I need the project migrated to the latest stable Android SDK as well as up-to-date versions of every third-party library and Gradle plugin I use. The key requirement is that the finished build behaves exactly as it does today—no regression in features, UI, or data. You will: • Open the existing Git repository in the current Android Studio release, update the compile/target SDK, Gradle wrapper, and Android Gradle Plugin. • Bring every dependency up to its latest compatible version, handling breaking API changes where needed while keeping behaviour identical. • Run the full build, unit tests, and instrumentation tests (if any) to confirm nothing breaks. • Provide a clear commit history or pull request that documents each upgrade step so I can follow the process later. Acceptance criteria: the app installs and runs on modern Android devices without warnings or deprecated-API crashes, all existing functionality remains intact, and the Play Console shows no target-SDK compliance issues. Push the updated code to the repo and supply a concise summary of what changed and why.