You don’t need to ask internet permission for the Airtable component, or for billing – the GooglePlayBilling extension already has the necessary permissions for in-app purchases.
<uses-permission android:name="android.permission.INTERNET"/> is declared and granted (by default) in every app. It is not a dangerous permission and therefore not a run-time permission.