Skip to content
This repository was archived by the owner on Aug 30, 2023. It is now read-only.
Prev Previous commit
Next Next commit
setting ndkVersion to ndk module
  • Loading branch information
marandaneto committed Nov 9, 2019
commit 2db36e1297b3b767c68893f2f914463b59846eb2
2 changes: 2 additions & 0 deletions sentry-android-ndk/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ android {
// We run a full lint analysis as build part in CI, so skip vital checks for assemble tasks.
isCheckReleaseBuilds = false
}

ndkVersion = "20.1.5948944"
}

dependencies {
Expand Down