File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -11,15 +11,10 @@ Initialize them by running the following commands:
11
11
12
12
## Building
13
13
14
- * ` firebase-crashlytics-ndk ` must be built with NDK 21. Use Android Studio's
15
- SDK Manager to ensure you have the appropriate NDK version installed, and
16
- edit ` ../local.properties ` to specify which NDK version to use when building
17
- this project. For example:
18
- ` ndk.dir=$USER_HOME/Library/Android/sdk/ndk/21.4.7075529 `
19
14
* All Gradle commands should be run from the root of this repository:
20
15
` ./gradlew :firebase-crashlytics-ndk:assemble `
21
16
22
17
## Running Tests
23
18
24
19
Integration tests, requiring a running and connected device (emulator or real):
25
- ` ./gradlew :firebase-crashlytics-ndk:connectedAndroidTest `
20
+ ` ./gradlew :firebase-crashlytics-ndk:connectedAndroidTest `
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ android {
27
27
timeOutInMs 60 * 1000
28
28
}
29
29
30
+ ndkVersion " 25.1.8937393"
30
31
compileSdkVersion project. targetSdkVersion
31
32
defaultConfig {
32
33
minSdkVersion 16
You can’t perform that action at this time.
0 commit comments