diff --git a/app/build.gradle b/app/build.gradle index 97bd0e80..356cb4ef 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -112,6 +112,9 @@ android { path "src/main/jni/Android.mk" } } + + // Generate native debug symbols to allow Google Play to symbolicate our native crashes + android.defaultConfig.ndk.debugSymbolLevel = 'FULL' } dependencies {