react-native-google-mobile-ads 15.0.0 → 15.1.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.
@@ -0,0 +1,7 @@
1
+ # Migrating to v15
2
+
3
+ ## Important Notice (Android Only)
4
+
5
+ If you're upgrading to v15, please note that it requires Kotlin 2.0.0. Ensure your project is updated accordingly to prevent build issues.
6
+
7
+ Open your `android/build.gradle` file and update the Kotlin version to "2.0.0".
package/docs.json CHANGED
@@ -27,7 +27,8 @@
27
27
  "Migration Guides",
28
28
  [
29
29
  ["Migrating to v5", "/migrating-to-v5"],
30
- ["Migrating to v6", "/migrating-to-v6"]
30
+ ["Migrating to v6", "/migrating-to-v6"],
31
+ ["Migrating to v15", "/migrating-to-v15"]
31
32
  ]
32
33
  ]
33
34
  ]
@@ -5,5 +5,5 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.version = void 0;
7
7
  // Generated by genversion.
8
- const version = exports.version = '15.0.0';
8
+ const version = exports.version = '15.1.0';
9
9
  //# sourceMappingURL=version.js.map
@@ -1,3 +1,3 @@
1
1
  // Generated by genversion.
2
- export const version = '15.0.0';
2
+ export const version = '15.1.0';
3
3
  //# sourceMappingURL=version.js.map
@@ -1,4 +1,4 @@
1
- export declare const SDK_VERSION = "15.0.0";
1
+ export declare const SDK_VERSION = "15.1.0";
2
2
  export { default, MobileAds } from './MobileAds';
3
3
  export { AdsConsentDebugGeography, AdsConsentInfo, AdsConsentInfoOptions, AdsConsentInterface, AdsConsentPrivacyOptionsRequirementStatus, AdsConsentStatus, AdsConsentUserChoices, } from './specs/modules/NativeConsentModule';
4
4
  export { AdsConsentPurposes } from './AdsConsentPurposes';
@@ -1,2 +1,2 @@
1
- export declare const version = "15.0.0";
1
+ export declare const version = "15.1.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": "15.0.0",
3
+ "version": "15.1.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",
@@ -51,7 +51,7 @@
51
51
  "targetSdk": 34,
52
52
  "compileSdk": 34,
53
53
  "buildTools": "34.0.0",
54
- "googleMobileAds": "24.1.0",
54
+ "googleMobileAds": "24.2.0",
55
55
  "googleUmp": "3.1.0"
56
56
  }
57
57
  },
package/src/version.ts CHANGED
@@ -1,2 +1,2 @@
1
1
  // Generated by genversion.
2
- export const version = '15.0.0';
2
+ export const version = '15.1.0';