Search code examples
androidgoogle-playgoogle-play-console

What does include latest previous release in google play mean?


What does include a latest previous release in Google Play mean?

I'm publishing an update to my app and when uploading the new app bundle Google Play shows this:-

enter image description here

After Scrolling down

enter image description here

So I have one question!

What will happen if I include my previous release vs if I didn't?


Solution

  • A release is a combination of one or more build artifacts that you'll prepare to roll out an app or an app update.

    1 example of this would be a release that comes as a Wear OS aab and normal android aab.

    For your case, you probably only have a single artifact, so you always use the latest one.