@react-native-firebase/in-app-messaging 18.4.0 → 18.6.0

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,16 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [18.6.0](https://github.com/invertase/react-native-firebase/compare/v18.5.0...v18.6.0) (2023-10-26)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **android:** required compatibility for Gradle 8 in android modules ([b52d0ce](https://github.com/invertase/react-native-firebase/commit/b52d0ce6723c077190618641ce0f33ced9fd4090))
11
+
12
+ ## [18.5.0](https://github.com/invertase/react-native-firebase/compare/v18.4.0...v18.5.0) (2023-09-22)
13
+
14
+ **Note:** Version bump only for package @react-native-firebase/in-app-messaging
15
+
6
16
  ## [18.4.0](https://github.com/invertase/react-native-firebase/compare/v18.3.2...v18.4.0) (2023-09-11)
7
17
 
8
18
  ### Features
@@ -11,7 +11,7 @@ buildscript {
11
11
  }
12
12
 
13
13
  dependencies {
14
- classpath("com.android.tools.build:gradle:8.1.1")
14
+ classpath("com.android.tools.build:gradle:8.1.2")
15
15
  }
16
16
  }
17
17
  }
@@ -93,6 +93,12 @@ android {
93
93
  firebaseJsonAutoInitEnabled: dataCollectionEnabled
94
94
  ]
95
95
  }
96
+
97
+ buildFeatures {
98
+ // AGP 8 no longer builds config by default
99
+ buildConfig true
100
+ }
101
+
96
102
  lintOptions {
97
103
  disable 'GradleCompatible'
98
104
  abortOnError false
package/lib/version.js CHANGED
@@ -1,2 +1,2 @@
1
1
  // Generated by genversion.
2
- module.exports = '18.4.0';
2
+ module.exports = '18.6.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native-firebase/in-app-messaging",
3
- "version": "18.4.0",
3
+ "version": "18.6.0",
4
4
  "author": "Invertase <oss@invertase.io> (http://invertase.io)",
5
5
  "description": "React Native Firebase - Firebase In-App Messaging helps you engage your app's active users by sending them targeted, contextual messages that encourage them to use key app features. React Native Firebase provides support for both native Android & iOS integration with a simple JavaScript API.",
6
6
  "main": "lib/index.js",
@@ -27,11 +27,11 @@
27
27
  "inAppMessaging"
28
28
  ],
29
29
  "peerDependencies": {
30
- "@react-native-firebase/analytics": "18.4.0",
31
- "@react-native-firebase/app": "18.4.0"
30
+ "@react-native-firebase/analytics": "18.6.0",
31
+ "@react-native-firebase/app": "18.6.0"
32
32
  },
33
33
  "publishConfig": {
34
34
  "access": "public"
35
35
  },
36
- "gitHead": "5f6460a87970d8b6013530de980bc760ddc70f90"
36
+ "gitHead": "adbbd4171adb1e3c2306da1285520abbaf9313b8"
37
37
  }