My app is running well on Lollipop devices but it keep crashing on prior to version Lollipop. I have simply implemented a banner add in my application with the following code th
reduce your minSdkversion to that version you want to give support
in gradle file of your project
As below
minSdkVersion 10