0

I have published my app using multiple apk's concept (armeabi, armeabi-v7, x86) Now i'm trying to publish update version of app but using ONE apk instead multiple.

Do users with armeabi, armeabi-v7, x86 apk's get their updates?

Ivanov Maksim
  • 3,460
  • 1
  • 11
  • 10

1 Answers1

0

You can publish a One Apk instead of multiple-apk. The rule you have to follow is to make sure the new APK get a build number greater than any build before, to make sure user get the update.

sonique
  • 4,539
  • 2
  • 30
  • 39