Skip to content

Commit c455bba

Browse files
authored
Set ndkVersion for Crashlytics NDK SDK. (#4310)
1 parent 0e57037 commit c455bba

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

firebase-crashlytics-ndk/README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,10 @@ Initialize them by running the following commands:
1111

1212
## Building
1313

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`
1914
* All Gradle commands should be run from the root of this repository:
2015
`./gradlew :firebase-crashlytics-ndk:assemble`
2116

2217
## Running Tests
2318

2419
Integration tests, requiring a running and connected device (emulator or real):
25-
`./gradlew :firebase-crashlytics-ndk:connectedAndroidTest`
20+
`./gradlew :firebase-crashlytics-ndk:connectedAndroidTest`

firebase-crashlytics-ndk/firebase-crashlytics-ndk.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ android {
2727
timeOutInMs 60 * 1000
2828
}
2929

30+
ndkVersion "25.1.8937393"
3031
compileSdkVersion project.targetSdkVersion
3132
defaultConfig {
3233
minSdkVersion 16

0 commit comments

Comments
 (0)