Download apk for storage receives warning

When I try to load apk for storage, I get these warnings

Partially Updated APK

Attention

Some users of this APK may not be able to update any of the new APKs added in this version.

Attention

Users who currently have an APK with version 53 code that targets SDK 22 or lower will be eligible to upgrade to this APK. However, once users are updated to this APK, they will not be able to upgrade to APKs that target SDK 22 or lower.

Below are my current build details

  • compileSdkVersion 26
  • buildToolsVersion 26.0.2
  • minSdkVersion 15
  • targetSdkVersion 26

These are my previous update details.

  • compileSdkVersion 25
  • buildToolsVersion "25.0.3"

  • minSdkVersion 15

  • targetSdkVersion 22
+4
3

, yoy api 22, , . , , .. API 22 , . , , runtime, .

+4

, - , .

. , , - compile - 26. , , , .

. . , , . , .

+2

.

A warning indicates that as soon as you increase the target version above your previous target version, users will receive an update to a newer version of the target version. But after that, they cannot get the update for the lower target version.

But make sure you apply the runtime resolution model . Correct for all dangerous groups.

Instead of affecting your user base or the functionality of your application.

Happy coding.

+1
source

Source: https://habr.com/ru/post/1691180/


All Articles