Web APIs are not working after upgrade comiplesdkversion 32 to 33 in android

Viewed 28

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
}
0 Answers
Related