Skip to content

Commit 6e226ea

Browse files
authored
Remove special instructions for requiring NDK r17c. (#2168)
Firebase Crashlytics NDK no longer requires NDK r17c to build.
1 parent 0d3be75 commit 6e226ea

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed

README.md

-5
Original file line numberDiff line numberDiff line change
@@ -241,11 +241,6 @@ projects may be published as follows.
241241
publishProjectsToMavenLocal
242242
```
243243

244-
**Note:** Firebase Crashlytics NDK requires NDK version r17c to build. Please
245-
see the [README](firebase-crashlytics-ndk/README.md) for setup instructions.
246-
Alternatively, if you do not need to build this project, you can safely disable
247-
it by commenting out its reference in [subprojects.cfg](subprojects.cfg).
248-
249244
### Code Formatting
250245

251246
Code in this repo is formatted with the google-java-format tool. You can enable

firebase-crashlytics-ndk/README.md

+1-9
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,11 @@ This component enables NDK crash reporting with Crashlytics.
44

55
## Prerequisites
66

7-
This project depends on two submodules in the `third_party` directory.
7+
This project depends on three submodules in the `third_party` directory.
88
Initialize them by running the following commands:
99

1010
`git submodule init && git submodule update`
1111

12-
In addition, **this project requires NDK version r17c to build.**
13-
14-
### Setting up NDK r17c
15-
16-
1. Follow the instructions
17-
[here](https://developer.android.com/studio/projects/install-ndk#specific-version)
18-
to install NDK version 17.2.4988734.
19-
2012
## Building
2113

2214
All Gradle commands should be run from the root of this repository.

0 commit comments

Comments
 (0)