diff --git a/examples/sdk-app-example/build.gradle b/examples/sdk-app-example/build.gradle index 77b00b2332..3d30fa7b85 100644 --- a/examples/sdk-app-example/build.gradle +++ b/examples/sdk-app-example/build.gradle @@ -72,7 +72,7 @@ android { } dependencies { - implementation 'com.bugsnag:bugsnag-android-ndk:4.8.1' + implementation 'com.bugsnag:bugsnag-android-ndk:4.9.2' // If developing locally, replace the above line with the following: // implementation project(path: ':sdk', configuration: 'default') // api project(path: ':ndk', configuration: 'default')