i am trying to add firebase inapp messaging but am getting 64k limit error
added multi dex true but it is working and crash when i debug the app
implementation 'com.google.firebase:firebase-core:16.0.6'
implementation 'com.google.firebase:firebase-auth:16.1.0'
implementation 'com.google.firebase:firebase-database:16.0.5'
implementation 'com.google.firebase:firebase-storage:16.0.5'
implementation 'com.google.firebase:firebase-messaging:17.3.4'
implementation 'com.google.firebase:firebase-inappmessaging-display:17.0.0'
implementation 'com.squareup.picasso:picasso:2.71828'
implementation 'com.github.barteksc:android-pdf-viewer:2.8.2'
implementation 'com.android.support:multidex:1.0.3'
} apply plugin: 'com.google.gms.google-services'
i want to my code to be analised and work