Skip to content

Set ndkVersion for Crashlytics NDK SDK. #4310

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 29, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions firebase-crashlytics-ndk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,10 @@ Initialize them by running the following commands:

## Building

* `firebase-crashlytics-ndk` must be built with NDK 21. Use Android Studio's
SDK Manager to ensure you have the appropriate NDK version installed, and
edit `../local.properties` to specify which NDK version to use when building
this project. For example:
`ndk.dir=$USER_HOME/Library/Android/sdk/ndk/21.4.7075529`
* All Gradle commands should be run from the root of this repository:
`./gradlew :firebase-crashlytics-ndk:assemble`

## Running Tests

Integration tests, requiring a running and connected device (emulator or real):
`./gradlew :firebase-crashlytics-ndk:connectedAndroidTest`
`./gradlew :firebase-crashlytics-ndk:connectedAndroidTest`
1 change: 1 addition & 0 deletions firebase-crashlytics-ndk/firebase-crashlytics-ndk.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ android {
timeOutInMs 60 * 1000
}

ndkVersion "25.1.8937393"
compileSdkVersion project.targetSdkVersion
defaultConfig {
minSdkVersion 16
Expand Down