react-native-google-mobile-ads 12.4.0 → 12.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,3 +1,11 @@
1
+ # Debug-menu
2
+
3
+ The debug menu is a tool that allows you to test and debug your app's ad experience. It can be used to:
4
+
5
+ ```
6
+ await mobileAds().openDebugMenu(AD_UNIT_ID);
7
+ ````
8
+
1
9
  # Ad Inspector
2
10
 
3
11
  Ad inspector is an in-app overlay that enables authorized devices to perform real-time analysis of test ad requests directly within a mobile app.
@@ -88,6 +88,10 @@ If you want to test ads in your app as you're developing, follow the steps below
88
88
 
89
89
  In some cases ads won't show up on an emulator but will show up while testing on a real device.
90
90
 
91
+ ## Are you using a private DNS provider?
92
+
93
+ Some private DNS providers can block ads from displaying. If your device or emulator is using a private DNS, switch it to Automatic in the settings to ensure it is not blocking ads.
94
+
91
95
  ## Extra links
92
96
 
93
97
  - Mobile Ads SDK [iOS](https://developers.google.com/admob/ios/quick-start), [Android](https://developers.google.com/admob/android/quick-start)
@@ -5,6 +5,6 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.version = void 0;
7
7
  // Generated by genversion.
8
- const version = '12.4.0';
8
+ const version = '12.5.0';
9
9
  exports.version = version;
10
10
  //# sourceMappingURL=version.js.map
@@ -1,3 +1,3 @@
1
1
  // Generated by genversion.
2
- export const version = '12.4.0';
2
+ export const version = '12.5.0';
3
3
  //# sourceMappingURL=version.js.map
@@ -1,4 +1,4 @@
1
- export declare const SDK_VERSION = "12.4.0";
1
+ export declare const SDK_VERSION = "12.5.0";
2
2
  export { default, MobileAds } from './MobileAds';
3
3
  export { AdsConsentDebugGeography } from './AdsConsentDebugGeography';
4
4
  export { AdsConsentPurposes } from './AdsConsentPurposes';
@@ -1,2 +1,2 @@
1
- export declare const version = "12.4.0";
1
+ export declare const version = "12.5.0";
2
2
  //# sourceMappingURL=version.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-google-mobile-ads",
3
- "version": "12.4.0",
3
+ "version": "12.5.0",
4
4
  "author": "Invertase <oss@invertase.io> (http://invertase.io)",
5
5
  "description": "React Native Google Mobile Ads is an easy way to monetize mobile apps with targeted, in-app advertising.",
6
6
  "main": "lib/commonjs/index.js",
@@ -41,15 +41,15 @@
41
41
  ],
42
42
  "sdkVersions": {
43
43
  "ios": {
44
- "googleMobileAds": "10.12.0",
44
+ "googleMobileAds": "10.14.0",
45
45
  "googleUmp": "2.1.0"
46
46
  },
47
47
  "android": {
48
48
  "minSdk": 19,
49
- "targetSdk": 30,
50
- "compileSdk": 31,
51
- "buildTools": "31.0.0",
52
- "googleMobileAds": "22.4.0",
49
+ "targetSdk": 33,
50
+ "compileSdk": 33,
51
+ "buildTools": "33.0.0",
52
+ "googleMobileAds": "22.5.0",
53
53
  "googleUmp": "2.1.0"
54
54
  }
55
55
  },
package/src/version.ts CHANGED
@@ -1,2 +1,2 @@
1
1
  // Generated by genversion.
2
- export const version = '12.4.0';
2
+ export const version = '12.5.0';