android config to handle google mobile ad
This commit is contained in:
parent
65f4bb5cf6
commit
9df6b7bbea
10 changed files with 202 additions and 299 deletions
|
|
@ -46,6 +46,10 @@
|
|||
<meta-data
|
||||
android:name="flutterEmbedding"
|
||||
android:value="2" />
|
||||
|
||||
<meta-data
|
||||
android:name="com.google.android.gms.ads.APPLICATION_ID"
|
||||
android:value="ca-app-pub-4781880856775334~7553757584"/>
|
||||
</application>
|
||||
|
||||
<!-- Provide required visibility configuration for API level 30 and above -->
|
||||
|
|
|
|||
|
|
@ -3,4 +3,4 @@ package za.co.mzansiinnovationhub.mih
|
|||
import io.flutter.embedding.android.FlutterFragmentActivity
|
||||
|
||||
class MainActivity: FlutterFragmentActivity() {
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue