Within the android folder of of your Flutter project, open the app/build.gradle
file and add
the following Tapsell key with the ID from the Tapsell console:
manifestPlaceholders = [
TapsellMediationAppKey : "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
]
Within the android folder of of your Flutter project, open the app/build.gradle
file and add
the following Admob key with the ID from the Tapsell console:
manifestPlaceholders = [
TapsellMediationAdmobAdapterSignature: "ca-app-pub-xxxxxxxx~xxxxxxxx"
]