Skip to content

Commit

Permalink
Bump the NDK version in bugsnag-android-unity to match android (#827)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesLindsay0 authored Jul 16, 2024
1 parent e8f4dca commit 51851fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bugsnag-android-unity/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ android {
abiFilters "arm64-v8a", "armeabi-v7a", "x86", "x86_64"
}
}
ndkVersion = "16.1.4479499"
ndkVersion = "21.4.7075529"
}

externalNativeBuild {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 30
ndkVersion = "16.1.4479499"
ndkVersion = "21.4.7075529"
}
externalNativeBuild.cmake.path "CMakeLists.txt"
}

0 comments on commit 51851fb

Please sign in to comment.