Skip to content

Commit

Permalink
Update ad mob targeting
Browse files Browse the repository at this point in the history
  • Loading branch information
artur-ios-dev authored Mar 10, 2020
1 parent d96082d commit b1b9005
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/screens/home/home_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ class HomePage extends StatefulWidget {

class _HomePageState extends State<HomePage> with WidgetsBindingObserver {
static const MobileAdTargetingInfo _targetingInfo = MobileAdTargetingInfo(
keywords: <String>['fortnite', 'skins', 'game', 'battle royale'],
contentUrl: 'https://getfoyl.com',
keywords: <String>['water', 'health', 'drinking', 'fit'],
childDirected: false,
testDevices: <String>[], // Android emulators are considered test devices
);
Expand Down

1 comment on commit b1b9005

@HassaanPreesoft
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how to create a new flutter and make the new upcoming folder

Please sign in to comment.