11

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?

Hussein Al-Mosawi
  • 1,464
  • 3
  • 17
  • 37

1 Answers1

13

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.

Edward van Raak
  • 4,841
  • 3
  • 24
  • 38