Android App Lags on Lollipop and below version mostly on Oppo, Vivo, and MI, working fine on Emulator
My app is developed in Kotlin The app is having following things in build.gradle
compileSdkVersion 'android-P' buildToolsVersion '28.0.1'
minSdkVersion 19 targetSdkVersion 27
multiDexEnabled true
I spend 5 days but have not got any solution, please help