Skip to content

Commit ba5ab3b

Browse files
committed
Require the right ndk version in gradle file.
1 parent fa50f6d commit ba5ab3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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
}
2828

2929
compileSdkVersion project.targetSdkVersion
30+
ndkVersion "17.2.4988734" // NDK r17c
3031
defaultConfig {
3132
minSdkVersion 16
3233
targetSdkVersion project.targetSdkVersion

0 commit comments

Comments
 (0)