thanks for response:
build api: 33 target 4.4 minimun android: 4.4
error:
* What went wrong:
Execution failed for task ':app:processDebugMainManifest'.
> Manifest merger failed : uses-sdk:minSdkVersion 19 cannot be smaller than version 21 declared in library [com.google.android.play:asset-delivery:2.2.2] C:\Users\Casa Nueva\.gradle\caches\transforms-3\7fb7bbfb5abcc4771de466582f77b7f1\transformed\jetified-asset-delivery-2.2.2\AndroidManifest.xml as the library might be using APIs not available in 19
Suggestion: use a compatible library with a minSdk of at most 19,
or increase this project's minSdk version to at least 21,
or use tools:overrideLibrary="com.google.android.play.assetdelivery" to force usage (may lead to runtime failures)
-----------------------------------------------------------------------------------------
build api 34 target 4.4 minimun android: 4.4
error:
* What went wrong:
Execution failed for task ':app:processDebugMainManifest'.
> Manifest merger failed : uses-sdk:minSdkVersion 19 cannot be smaller than version 21 declared in library [com.google.android.play:asset-delivery:2.2.2] C:\Users\Casa Nueva\.gradle\caches\transforms-3\7fb7bbfb5abcc4771de466582f77b7f1\transformed\jetified-asset-delivery-2.2.2\AndroidManifest.xml as the library might be using APIs not available in 19
Suggestion: use a compatible library with a minSdk of at most 19,
or increase this project's minSdk version to at least 21,
or use tools:overrideLibrary="com.google.android.play.assetdelivery" to force usage (may lead to runtime failures)
---------------------------------------------------------------------------------------------
build api 33 target 13 minimum: 4.4
error.. Suggestion: use a compatible library with a minSdk of at most 19,
or increase this project's minSdk version to at least 21,
or use tools:overrideLibrary="com.google.android.play.assetdelivery" to force usage (may lead to runtime failures)
-----------------------------------------------
how to manually modify the runtime to bring 4.4 support back ???