billthefarmer / gurgle

Fairly simple android word game
https://billthefarmer.github.io/gurgle/
GNU General Public License v3.0
54 stars 18 forks source link

Allow automatic updates #70

Closed grrrrr closed 11 months ago

grrrrr commented 1 year ago

With 3rd party stores such as Droid-ify, Neo-Store and now F-droid, they can perform auto-updates of apps if the device is running Android 12 or newer. This means that the end user does not have to confirm an "install" prompt each time Gurgle updates.

I'd like to suggest that Gurgle implements this feature. It would require supporting TargetSDK 31 instead of the current 28.

Further details here:

https://developer.android.com/about/versions/12/features#automatic-app-updates

billthefarmer commented 1 year ago

OK, that will be in the next version