File tree 2 files changed +1
-14
lines changed
2 files changed +1
-14
lines changed Original file line number Diff line number Diff line change @@ -241,11 +241,6 @@ projects may be published as follows.
241
241
publishProjectsToMavenLocal
242
242
```
243
243
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
-
249
244
### Code Formatting
250
245
251
246
Code in this repo is formatted with the google-java-format tool. You can enable
Original file line number Diff line number Diff line change @@ -4,19 +4,11 @@ This component enables NDK crash reporting with Crashlytics.
4
4
5
5
## Prerequisites
6
6
7
- This project depends on two submodules in the ` third_party ` directory.
7
+ This project depends on three submodules in the ` third_party ` directory.
8
8
Initialize them by running the following commands:
9
9
10
10
` git submodule init && git submodule update `
11
11
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
-
20
12
## Building
21
13
22
14
All Gradle commands should be run from the root of this repository.
You can’t perform that action at this time.
0 commit comments