amrita-repository/android-app

Make use of in-app-updates API

Closed this issue · 5 comments

I will work on this.
In-app updates work only with devices running Android 5.0 (API level 21) or higher
is it ok to change minSdkVersion=21 ?

I will work on this.

In-app updates work only with devices running Android 5.0 (API level 21) or higher

is it ok to change minSdkVersion=21 ?

@yogesh5466 Yes, please go ahead. There are only 0.002% devices running < 21. We can ignore them.

Testing this won’t work on a debug build.
You would need a release build signed with the same key you use to sign your app before uploading it to the Play Store. It would be a good time to use the internal testing track.
@rajkumaar23

Yes, I’ll take care of that. 👍🏼