我已经使用React Native构建了一个移动应用,并于几天前发布到了Google Play商店。我正在尝试将targetSdkVersion从当前版本28更改为27。我想知道是否有可能,即使我已经发布了该商店。
当前版本是这样的,我正在尝试如下更改这些内容。
buildToolsVersion "27.0.3"
minSdkVersion 16
compileSdkVersion 27
targetSdkVersion 27
supportLibVersion "27.0.3"
答案 0 :(得分:1)
否,无法为您已经在PlayStore上载的同一版本更新sdkversion。
To resolve your problem,follow the below steps-
1. You can update the SDK verison.
2. Upgrade the versionCode.
3. Now Upload the new build on playstore.
答案 1 :(得分:0)
否,这不可能。您需要使用更新的目标SDK和版本代码对应用程序进行新的更新。