Defold 1.2.170 has been released

I guess you can change your AndroidManifest.xml to remove the notch support?

<meta-data android:name="android.max_aspect" android:value="2.1" />
<meta-data android:name="android.notch_support" android:value="true"/>

This was added in August 2019 though, so I’m not sure what you mean with “previous” version.
Nvm, see the reponse by @agulev .