custom indices logic
*WHATS NEW *
- Now you are able to inject your own indices logic to adapter wrapper. Just inherit from AdmobAdapterCalculator and pass your implementation to the method adapterWrapper.setAdapterCalculator(...).
- Ads express size issue was fixed, now you should set it from code (see Recipe 3 in our Cookbook).
- An ability to set custom index of the first ad block was implemented
- the method setTestDeviceId() is marked as deprecated, please use addTestDeviceId() instead