When i am trying to upgrade compileSdkVersion 32 to 33 and minifyenabled true in release mode web apis are not working. If anyone have solutions please post here. Thanks in advance.
compileSdkVersion 33
buildToolsVersion '30.0.3'
defaultConfig {
applicationId "com.example.abcd"
minSdkVersion 21
targetSdkVersion 33
}