I’m integrating the latest version of the gocoder sdk to app(com.wowza.gocoder.sdk:2.0@aar), Here is the manual link:
https://www.wowza.com/docs/how-to-build-a-basic-app-with-gocoder-sdk-for-android
.... select a minimum SDK version of API 19 or higher, and then click Next.
But the Sdk requires minSdk set to 21! Android studio shows be error during the integrated app compilation:
Manifest merger failed : uses-sdk:minSdkVersion 19 cannot be smaller than version 21 declared in library [com.wowza.gocoder.sdk.android:com.wowza.gocoder.sdk
Is there any way to still support minSdk 19? Or It’s just manual’s text mistake and since now the Sdk minSdk = 21?