Did you know where we can find the version max of an app according to android version.
For example:
-user with a android 4.4.2 device could download the version 2 of my app
-user with a android 6.0 device could download the version 3 of my app
Where can i find this list?
Thanks for your advice
Arnaud
android.os.Build.VERSION.SDK_INTin your App when it needed and make the implementation of each version.