I am changing my sdk version(on android studio) compileSdkVersion to 29 and taregtSdkversion to 29 as 27 is no more supported and throwing error while uploading in play store, as when it is changed the internet which the app is using is not working
what to do when you change sdk version from 27 to 29 and when i do so the internet which the app is using is not working and it shows offline and when i change it back to 27 then it works fine how to fix as i need to change it to 29 in order to upload it into play store.
android{
compileSdkVersion 27
defaultCofig{
applicationId"com.abc.news"
minSdkversion 15
targetSdkVersion 27
versionCode 14
versionname"1.0"
}
How to enable the internet when changing api level to 29 as its not working when I changed it to 29 and I have included the internet permission and network state permission also