Getting a [Build Error #1] message when attempting to build with the flurry analytics plugin. If I remove the flurry plugin, everything builds fine.
Corona Version 2019.3516
Windows 10
02:37:31.161 FAILURE: Build failed with an exception.
02:37:31.161
02:37:31.161 * What went wrong:
02:37:31.161 Execution failed for task ‘:App:processReleaseManifest’.
02:37:31.161 > Manifest merger failed : uses-sdk:minSdkVersion 15 cannot be smaller than version 16 declared in library [com.flurry.android:analytics:11.4.0] C:\Users\J.gradle\caches\transforms-2\files-2.1\1668236351809997b8e0b8c9d01b6b8f\AndroidManifest.xml as the library might be using APIs not available in 15
02:37:31.161 Suggestion: use a compatible library with a minSdk of at most 15,
02:37:31.161 or increase this project’s minSdk version to at least 16,
02:37:31.161 or use tools:overrideLibrary=“com.flurry.android.analytics.sdk” to force usage (may lead to runtime failures)
Thanks guys,
JM