Skip to content

Commit 077ca0f

Browse files
committed
docs(in-app-messaging, android): note android gradle plugin 3.5.4 is minimum
3.5.3, which comes default with [email protected] still, has AAPT failures
1 parent 1451073 commit 077ca0f

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.spellcheck.dict.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ Firestore
5050
GDPR
5151
globals
5252
Gradle
53+
gradle
5354
Hesp
5455
Homebrew
5556
HTTP

docs/in-app-messaging/usage/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ yarn add @react-native-firebase/in-app-messaging
2424
cd ios/ && pod install
2525
```
2626

27+
Note: in-app-messaging requires a minimum android gradle plugin version of 3.5.4 to compile or you will see `AAPT` errors regarding unexpected XML with `<queries>` elements. However, `[email protected]` still ships with a default of 3.5.3. If you have not already, you must update the line `classpath("com.android.tools.build:gradle:3.5.3")`in `android/build.gradle` to a minimum of `3.5.4` for android builds to work.
28+
2729
If you're using an older version of React Native without autolinking support, or wish to integrate into an existing project,
2830
you can follow the manual installation steps for [iOS](/in-app-messaging/usage/installation/ios) and [Android](/in-app-messaging/usage/installation/android).
2931

0 commit comments

Comments
 (0)