I have not updated my apps since the switch to Solar2D. I have always used Appodeal in beta modular form with no issues. However, now the only way I can successfully build for Android is to comment out the line for admob:
['plugin.appodeal.beta.GoogleAdMob'] = { publisherId = 'com.coronalabs' },
I wouldn’t really care, but admob yields the vast majority of the app’s income vs the rest of the networks.
Here is the console error if I include admob:
Execution failed for task ':App:processReleaseManifest'.
03:56:14.953 > Manifest merger failed : uses-sdk:minSdkVersion 15 cannot be smaller than version 16 declared in library [com.google.android.gms:play-services-ads:19.3.0] C:\Users\Anon\.gradle\caches\transforms-2\files-2.1\6e30f0dab0916d4c8d33d20cc615b652\jetified-play-services-ads-19.3.0\AndroidManifest.xml as the library might be using APIs not available in 15
03:56:14.953 Suggestion: use a compatible library with a minSdk of at most 15,
03:56:14.953 or increase this project's minSdk version to at least 16,
03:56:14.953 or use tools:overrideLibrary="com.google.android.gms.ads.impl" to force usage (may lead to runtime failures)
Any ideas would be greatly appreciated!