Sdl2 android and crashlytics

im not able to get c++ crash reports, i only see java crashes in crashlytics dashboard.

i was wondering if anyone can let me know what am i doing wrong?

this is the gradle file : https://pastebin.com/4JpPsTZV

this get called in sdl activity OnCreate right after super :

Fabric.with(this,new Crashlytics(),new CrashlyticsNdk());

when trying to include crashlytics.h in cpp its unrecognized