Desired should not include both of an 'appPackage' and a 'browserName'

I am using appium version 1.7.1 on mac getting exception desired should not include both of an ‘appPackage’ and a ‘browserName’

I didn’t use browser name then also
{
“appium:appPackage”: “com.abcExample”,
“appium:appActivity”: “com.abcActivity”,
“platformName”: “Android”,
“appium:deviceName”: “OnePlus”,
“appium:udid”: “emulator-5551”
}

Best to update to a newer version. It’s probably a dependency issue.