After adding third party library dependency 'com.karumi:dexter:5.0.0'
to show run time permissions in app started facing this version conflict issue.
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
implementation 'com.karumi:dexter:5.0.0'
Is there any better solution for this problem to avoid run time crashes in my future apps?