I have built a mobile app by using React Native and published to google play store few days ago. I am trying to change targetSdkVersion to 27 from current version which is 28. I wonder this is possible even though I have already published to play store.
Current version is like this and I am trying to change these like below.
buildToolsVersion "27.0.3"
minSdkVersion 16
compileSdkVersion 27
targetSdkVersion 27
supportLibVersion "27.0.3"