Home Android app Version Update(English)
Post
Cancel

Android app Version Update(English)

Android App Version Update

I received a notification from Google that the version target is too old and needs to be updated. Therefore, I researched how to update the app version.

Desktop View

Below, I’ll share the steps I’ve discovered for the update process.

  1. Modify the program.
  2. Upload the new version.

Modify the Program

Desktop View

The main updates include changing compileSdk and targetSdk.

versionCode and versionName must differ from the previous version for uploading to Google.

After modifications, generate the ABB file and proceed with the upload.

Note! Compiling to generate the ABB file requires the key used for app deployment. Make sure to store it securely and avoid losing it.

Upload the New Version

Desktop View

Navigate to Google Play Console homepage -> Your App -> Production -> Create new release.

Desktop View

Fill in the version name (must match versionCode and versionName in the app), version information, upload the ABB file, then proceed to save.

Wait approximately 7 days for app review. Once approved, it will automatically update and go live.

Good luck with your development!

☝ツ☝

This post is licensed under CC BY 4.0 by the author.

👈 ツ 👍